#8577CA

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

Shades of Moody Blue #8577CA

Tints of Moody Blue #8577CA

Color information

#8577CA (or 0x8577CA) is unknown color: approx Moody Blue. HEX triplet: 85, 77 and CA. RGB value is (133,119,202). Sum of RGB (Red+Green+Blue) = 133+119+202=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #8577CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8577CA is #7A8835. Grayscale: #848484. Windows color (decimal): -8030262 or 13268869. OLE color: 13268869.

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

Color convert

RGB133119202-
CMYK0.340.4100.21
HSL250.12º43.92%62.94%-
HSV(B)250.12º41.09%79.22%-
XYZ26.9322.4458.79-
YUV132.65167.14128.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.30%
GREEN value IS 119 (46.88% from 255) = 26.21%
BLUE value IS 202 (79.30% from 255) = 44.49%
R=29.30%
G=26.21%
B=44.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1331192020.340.4100.21250.1243.9262.94
Hex8577CA2229015fa2c3f
Octal20516731242510253725477
Binary1000010111101111100101010001010100101010111111010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8577CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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