#8472CB

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

Shades of Moody Blue #8472CB

Tints of Moody Blue #8472CB

Color information

#8472CB (or 0x8472CB) is unknown color: approx Moody Blue. HEX triplet: 84, 72 and CB. RGB value is (132,114,203). Sum of RGB (Red+Green+Blue) = 132+114+203=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #8472CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8472CB is #7B8D34. Grayscale: #818181. Windows color (decimal): -8097077 or 13333124. OLE color: 13333124.

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

Color convert

RGB132114203-
CMYK0.350.4400.20
HSL252.13º46.11%62.16%-
HSV(B)252.13º43.84%79.61%-
XYZ26.3121.2559.22-
YUV129.53169.46129.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.40%
GREEN value IS 114 (44.92% from 255) = 25.39%
BLUE value IS 203 (79.69% from 255) = 45.21%
R=29.40%
G=25.39%
B=45.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321142030.350.4400.20252.1346.1162.16
Hex8472CB232C014fc2e3e
Octal20416231343540243745676
Binary1000010011100101100101110001110110001010011111100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8472CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8472CB; }

 p { color: rgb(132,114,203); }

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

<style>
 a { background-color: #8472CB; }

 a { background-color: rgb(132,114,203); }

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

<style>
 span { border-color: #8472CB; }

 span { border-color: rgb(132,114,203); }

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