#8576dc

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

Shades of Moody Blue #8576DC

Tints of Moody Blue #8576DC

Color information

#8576DC (or 0x8576DC) is unknown color: approx Moody Blue. HEX triplet: 85, 76 and DC. RGB value is (133,118,220). Sum of RGB (Red+Green+Blue) = 133+118+220=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #8576DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8576DC is #7A8923. Grayscale: #858585. Windows color (decimal): -8030500 or 14448261. OLE color: 14448261.

HSL color Cylindrical-coordinate representation of color #8576DC: hue angle of 248.82º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8576DC is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB133118220-
CMYK0.400.4600.14
HSL248.82º59.3%66.27%-
HSV(B)248.82º46.36%86.27%-
XYZ29.0723.1170.64-
YUV134.11176.47127.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.24%
GREEN value IS 118 (46.48% from 255) = 25.05%
BLUE value IS 220 (86.33% from 255) = 46.71%
R=28.24%
G=25.05%
B=46.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331182200.400.4600.14248.8259.366.27
Hex8576DC282E0Ef93b42
Octal205166334505601637173102
Binary1000010111101101101110010100010111001110111110011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8576dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8576dc; }

 p { color: rgb(133,118,220); }

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

<style>
 a { background-color: #8576dc; }

 a { background-color: rgb(133,118,220); }

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

<style>
 span { border-color: #8576dc; }

 span { border-color: rgb(133,118,220); }

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