#8571D4

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

Shades of Moody Blue #8571D4

Tints of Moody Blue #8571D4

Color information

#8571D4 (or 0x8571D4) is unknown color: approx Moody Blue. HEX triplet: 85, 71 and D4. RGB value is (133,113,212). Sum of RGB (Red+Green+Blue) = 133+113+212=458 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.04% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 212 (83.20% from 255 or 46.29% from 458); Max value from RGB is 212 - color contains mainly: blue. Hex color #8571D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8571D4 is #7A8E2B. Grayscale: #818181. Windows color (decimal): -8031788 or 13922693. OLE color: 13922693.

HSL color Cylindrical-coordinate representation of color #8571D4: hue angle of 252.12º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8571D4 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB133113212-
CMYK0.370.4700.17
HSL252.12º53.51%63.73%-
HSV(B)252.12º46.7%83.14%-
XYZ27.4621.5565-
YUV130.27174.13129.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.04%
GREEN value IS 113 (44.53% from 255) = 24.67%
BLUE value IS 212 (83.20% from 255) = 46.29%
R=29.04%
G=24.67%
B=46.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1331132120.370.4700.17252.1253.5163.73
Hex8571D4252F011fc3640
Octal205161324455702137466100
Binary10000101111000111010100100101101111010001111111001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8571D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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