#8571CB

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

Shades of Moody Blue #8571CB

Tints of Moody Blue #8571CB

Color information

#8571CB (or 0x8571CB) is unknown color: approx Moody Blue. HEX triplet: 85, 71 and CB. RGB value is (133,113,203). Sum of RGB (Red+Green+Blue) = 133+113+203=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #8571CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8571CB is #7A8E34. Grayscale: #808080. Windows color (decimal): -8031797 or 13332869. OLE color: 13332869.

HSL color Cylindrical-coordinate representation of color #8571CB: hue angle of 253.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8571CB is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB133113203-
CMYK0.340.4400.20
HSL253.33º46.39%61.96%-
HSV(B)253.33º44.33%79.61%-
XYZ26.3621.1159.19-
YUV129.24169.63130.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.62%
GREEN value IS 113 (44.53% from 255) = 25.17%
BLUE value IS 203 (79.69% from 255) = 45.21%
R=29.62%
G=25.17%
B=45.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1331132030.340.4400.20253.3346.3961.96
Hex8571CB222C014fd2e3e
Octal20516131342540243755676
Binary1000010111100011100101110001010110001010011111101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8571CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8571CB; }

 p { color: rgb(133,113,203); }

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

<style>
 a { background-color: #8571CB; }

 a { background-color: rgb(133,113,203); }

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

<style>
 span { border-color: #8571CB; }

 span { border-color: rgb(133,113,203); }

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