#8470CD

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

Shades of Moody Blue #8470CD

Tints of Moody Blue #8470CD

Color information

#8470CD (or 0x8470CD) is unknown color: approx Moody Blue. HEX triplet: 84, 70 and CD. RGB value is (132,112,205). Sum of RGB (Red+Green+Blue) = 132+112+205=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #8470CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8470CD is #7B8F32. Grayscale: #808080. Windows color (decimal): -8097587 or 13463684. OLE color: 13463684.

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

Color convert

RGB132112205-
CMYK0.360.4500.20
HSL252.9º48.19%62.16%-
HSV(B)252.9º45.37%80.39%-
XYZ26.3320.960.4-
YUV128.58171.13130.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.40%
GREEN value IS 112 (44.14% from 255) = 24.94%
BLUE value IS 205 (80.47% from 255) = 45.66%
R=29.40%
G=24.94%
B=45.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321122050.360.4500.20252.948.1962.16
Hex8470CD242D014fd303e
Octal20416031544550243756076
Binary1000010011100001100110110010010110101010011111101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8470CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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