Shades of Moody Blue #8472CC
Tints of Moody Blue #8472CC
RGB
CMYK
RGB Variations
Color information
#8472CC (or 0x8472CC) is known color: Moody Blue. HEX triplet: 84, 72 and CC. RGB value is (132,114,204). Sum of RGB (Red+Green+Blue) = 132+114+204=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #8472CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8472CC is #7B8D33. Grayscale: #818181. Windows color (decimal): -8097076 or 13398660. OLE color: 13398660.
HSL color Cylindrical-coordinate representation of color #8472CC: hue angle of 252º degrees, saturation: 0.47, 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 #8472CC is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 114 | 204 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.2 |
| HSL | 252º | 0.47% | 0.62% | - |
| HSV(B) | 252º | 0.44% | 0.8% | - |
| XYZ | 26.43 | 21.3 | 59.84 | - |
| YUV | 129.64 | 169.96 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 114 | 204 | 0.35 | 0.44 | 0 | 0.2 | 252 | 0.47 | 0.62 |
| Hex | 84 | 72 | CC | 23 | 2C | 0 | 14 | FC | 2F | 3E |
| Octal | 204 | 162 | 314 | 43 | 54 | 0 | 24 | 374 | 57 | 76 |
| Binary | 10000100 | 1110010 | 11001100 | 100011 | 101100 | 0 | 10100 | 11111100 | 101111 | 111110 |
Color Harmonies of #8472CC
Complementary color
Monochromatic Colors of #8472CC
Black with #8472CC
Text Example
Text Example
White with #8472CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8472CC; }
p { color: rgb(132,114,204); }
H1.HeaderClassName
{
color: #8472CC;
}
.AnyTagClassName
{
color: #8472CC;
}
</style>
background-color css
<style>
a { background-color: #8472CC; }
a { background-color: rgb(132,114,204); }
div.DivClassName
{
background-color: #8472CC;
}
.BgClassName
{
background-color: #8472CC;
}
</style>
border-color css
<style>
span { border-color: #8472CC; }
span { border-color: rgb(132,114,204); }
td.TdClassName
{
border-color: #8472CC;
}
.TagClassName
{
border-color: #8472CC;
}
</style>