#8570CD

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

Shades of Moody Blue #8570CD

Tints of Moody Blue #8570CD

Color information

#8570CD (or 0x8570CD) is unknown color: approx Moody Blue. HEX triplet: 85, 70 and CD. RGB value is (133,112,205). Sum of RGB (Red+Green+Blue) = 133+112+205=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #8570CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8570CD is #7A8F32. Grayscale: #808080. Windows color (decimal): -8032051 or 13463685. OLE color: 13463685.

HSL color Cylindrical-coordinate representation of color #8570CD: hue angle of 253.55º 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 #8570CD is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB133112205-
CMYK0.350.4500.20
HSL253.55º48.19%62.16%-
HSV(B)253.55º45.37%80.39%-
XYZ26.4920.9860.41-
YUV128.88170.96130.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.56%
GREEN value IS 112 (44.14% from 255) = 24.89%
BLUE value IS 205 (80.47% from 255) = 45.56%
R=29.56%
G=24.89%
B=45.56%

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
Decimal1331122050.350.4500.20253.5548.1962.16
Hex8570CD232D014fe303e
Octal20516031543550243766076
Binary1000010111100001100110110001110110101010011111110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8570CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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