#8579C4

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

Shades of Moody Blue #8579C4

Tints of Moody Blue #8579C4

Color information

#8579C4 (or 0x8579C4) is unknown color: approx Moody Blue. HEX triplet: 85, 79 and C4. RGB value is (133,121,196). Sum of RGB (Red+Green+Blue) = 133+121+196=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 196 (76.95% from 255 or 43.56% from 450); Max value from RGB is 196 - color contains mainly: blue. Hex color #8579C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8579C4 is #7A863B. Grayscale: #848484. Windows color (decimal): -8029756 or 12876165. OLE color: 12876165.

HSL color Cylindrical-coordinate representation of color #8579C4: hue angle of 249.6º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8579C4 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB133121196-
CMYK0.320.3800.23
HSL249.6º38.86%62.16%-
HSV(B)249.6º38.27%76.86%-
XYZ26.4722.6555.2-
YUV133.14163.48127.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.56%
GREEN value IS 121 (47.66% from 255) = 26.89%
BLUE value IS 196 (76.95% from 255) = 43.56%
R=29.56%
G=26.89%
B=43.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1331211960.320.3800.23249.638.8662.16
Hex8579C42026017fa273e
Octal20517130440460273724776
Binary1000010111110011100010010000010011001011111111010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8579C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8579C4; }

 p { color: rgb(133,121,196); }

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

<style>
 a { background-color: #8579C4; }

 a { background-color: rgb(133,121,196); }

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

<style>
 span { border-color: #8579C4; }

 span { border-color: rgb(133,121,196); }

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