#8379BB

Color #8379BB Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #8379BB

Tints of Moody Blue #8379BB

Color information

#8379BB (or 0x8379BB) is unknown color: approx Moody Blue. HEX triplet: 83, 79 and BB. RGB value is (131,121,187). Sum of RGB (Red+Green+Blue) = 131+121+187=439 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.84% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #8379BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8379BB is #7C8644. Grayscale: #838383. Windows color (decimal): -8160837 or 12286339. OLE color: 12286339.

HSL color Cylindrical-coordinate representation of color #8379BB: hue angle of 249.09º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8379BB is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB131121187-
CMYK0.300.3500.27
HSL249.09º32.67%60.39%-
HSV(B)249.09º35.29%73.33%-
XYZ25.1722.0949.95-
YUV131.51159.31127.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 29.84%
GREEN value IS 121 (47.66% from 255) = 27.56%
BLUE value IS 187 (73.44% from 255) = 42.60%
R=29.84%
G=27.56%
B=42.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311211870.300.3500.27249.0932.6760.39
Hex8379BB1E2301Bf9213c
Octal20317127336430333714174
Binary100000111111001101110111111010001101101111111001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8379BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8379BB; }

 p { color: rgb(131,121,187); }

 H1.HeaderClassName
 {
   color: #8379BB;
 }
 .AnyTagClassName
 {
   color: #8379BB;
 }
</style>
background-color css

<style>
 a { background-color: #8379BB; }

 a { background-color: rgb(131,121,187); }

 div.DivClassName
 {
   background-color: #8379BB;
 }
 .BgClassName
 {
   background-color: #8379BB;
 }
</style>
border-color css

<style>
 span { border-color: #8379BB; }

 span { border-color: rgb(131,121,187); }

 td.TdClassName
 {
   border-color: #8379BB;
 }
 .TagClassName
 {
   border-color: #8379BB;
 }
</style>