#8470C9

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

Shades of Moody Blue #8470C9

Tints of Moody Blue #8470C9

Color information

#8470C9 (or 0x8470C9) is unknown color: approx Moody Blue. HEX triplet: 84, 70 and C9. RGB value is (132,112,201). Sum of RGB (Red+Green+Blue) = 132+112+201=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 201 - color contains mainly: blue. Hex color #8470C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8470C9 is #7B8F36. Grayscale: #7F7F7F. Windows color (decimal): -8097591 or 13201540. OLE color: 13201540.

HSL color Cylindrical-coordinate representation of color #8470C9: hue angle of 253.48º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8470C9 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB132112201-
CMYK0.340.4400.21
HSL253.48º45.18%61.37%-
HSV(B)253.48º44.28%78.82%-
XYZ25.8520.7157.89-
YUV128.13169.13130.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.66%
GREEN value IS 112 (44.14% from 255) = 25.17%
BLUE value IS 201 (78.91% from 255) = 45.17%
R=29.66%
G=25.17%
B=45.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1321122010.340.4400.21253.4845.1861.37
Hex8470C9222C015fd2d3d
Octal20416031142540253755575
Binary1000010011100001100100110001010110001010111111101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8470C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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