#8576CA

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

Shades of Moody Blue #8576CA

Tints of Moody Blue #8576CA

Color information

#8576CA (or 0x8576CA) is unknown color: approx Moody Blue. HEX triplet: 85, 76 and CA. RGB value is (133,118,202). Sum of RGB (Red+Green+Blue) = 133+118+202=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #8576CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8576CA is #7A8935. Grayscale: #838383. Windows color (decimal): -8030518 or 13268613. OLE color: 13268613.

HSL color Cylindrical-coordinate representation of color #8576CA: hue angle of 250.71º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8576CA is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB133118202-
CMYK0.340.4200.21
HSL250.71º44.21%62.75%-
HSV(B)250.71º41.58%79.22%-
XYZ26.8122.2158.75-
YUV132.06167.47128.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.36%
GREEN value IS 118 (46.48% from 255) = 26.05%
BLUE value IS 202 (79.30% from 255) = 44.59%
R=29.36%
G=26.05%
B=44.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1331182020.340.4200.21250.7144.2162.75
Hex8576CA222A015fb2c3f
Octal20516631242520253735477
Binary1000010111101101100101010001010101001010111111011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8576CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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