#8578DA

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

Shades of Moody Blue #8578DA

Tints of Moody Blue #8578DA

Color information

#8578DA (or 0x8578DA) is unknown color: approx Moody Blue. HEX triplet: 85, 78 and DA. RGB value is (133,120,218). Sum of RGB (Red+Green+Blue) = 133+120+218=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #8578DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8578DA is #7A8725. Grayscale: #868686. Windows color (decimal): -8029990 or 14317701. OLE color: 14317701.

HSL color Cylindrical-coordinate representation of color #8578DA: hue angle of 247.96º degrees, saturation: 0.57, 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 #8578DA is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB133120218-
CMYK0.390.4500.15
HSL247.96º56.98%66.27%-
HSV(B)247.96º44.95%85.49%-
XYZ29.0423.4869.33-
YUV135.06174.81126.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.24%
GREEN value IS 120 (47.27% from 255) = 25.48%
BLUE value IS 218 (85.55% from 255) = 46.28%
R=28.24%
G=25.48%
B=46.28%

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
Decimal1331202180.390.4500.15247.9656.9866.27
Hex8578DA272D0Ff83942
Octal205170332475501737071102
Binary1000010111110001101101010011110110101111111110001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8578DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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