#8578D9

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

Shades of Moody Blue #8578D9

Tints of Moody Blue #8578D9

Color information

#8578D9 (or 0x8578D9) is unknown color: approx Moody Blue. HEX triplet: 85, 78 and D9. RGB value is (133,120,217). Sum of RGB (Red+Green+Blue) = 133+120+217=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 217 (85.16% from 255 or 46.17% from 470); Max value from RGB is 217 - color contains mainly: blue. Hex color #8578D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8578D9 is #7A8726. Grayscale: #868686. Windows color (decimal): -8029991 or 14252165. OLE color: 14252165.

HSL color Cylindrical-coordinate representation of color #8578D9: hue angle of 248.04º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8578D9 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB133120217-
CMYK0.390.4500.15
HSL248.04º56.07%66.08%-
HSV(B)248.04º44.7%85.1%-
XYZ28.9123.4368.64-
YUV134.94174.31126.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.30%
GREEN value IS 120 (47.27% from 255) = 25.53%
BLUE value IS 217 (85.16% from 255) = 46.17%
R=28.30%
G=25.53%
B=46.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1331202170.390.4500.15248.0456.0766.08
Hex8578D9272D0Ff83842
Octal205170331475501737070102
Binary1000010111110001101100110011110110101111111110001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8578D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8578D9; }

 p { color: rgb(133,120,217); }

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

<style>
 a { background-color: #8578D9; }

 a { background-color: rgb(133,120,217); }

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

<style>
 span { border-color: #8578D9; }

 span { border-color: rgb(133,120,217); }

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