#8571CD

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

Shades of Moody Blue #8571CD

Tints of Moody Blue #8571CD

Color information

#8571CD (or 0x8571CD) is unknown color: approx Moody Blue. HEX triplet: 85, 71 and CD. RGB value is (133,113,205). Sum of RGB (Red+Green+Blue) = 133+113+205=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #8571CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8571CD is #7A8E32. Grayscale: #818181. Windows color (decimal): -8031795 or 13463941. OLE color: 13463941.

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

Color convert

RGB133113205-
CMYK0.350.4500.20
HSL253.04º47.92%62.35%-
HSV(B)253.04º44.88%80.39%-
XYZ26.621.260.45-
YUV129.47170.63130.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.49%
GREEN value IS 113 (44.53% from 255) = 25.06%
BLUE value IS 205 (80.47% from 255) = 45.45%
R=29.49%
G=25.06%
B=45.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1331132050.350.4500.20253.0447.9262.35
Hex8571CD232D014fd303e
Octal20516131543550243756076
Binary1000010111100011100110110001110110101010011111101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8571CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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