Shades of Moody Blue #8471CF
Tints of Moody Blue #8471CF
RGB
CMYK
RGB Variations
Color information
#8471CF (or 0x8471CF) is known color: Moody Blue. HEX triplet: 84, 71 and CF. RGB value is (132,113,207). Sum of RGB (Red+Green+Blue) = 132+113+207=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #8471CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8471CF is #7B8E30. Grayscale: #818181. Windows color (decimal): -8097329 or 13595012. OLE color: 13595012.
HSL color Cylindrical-coordinate representation of color #8471CF: hue angle of 252.13º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8471CF is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 113 | 207 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.19 |
| HSL | 252.13º | 0.49% | 0.63% | - |
| HSV(B) | 252.13º | 0.45% | 0.81% | - |
| XYZ | 26.68 | 21.22 | 61.72 | - |
| YUV | 129.4 | 171.79 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 113 | 207 | 0.36 | 0.45 | 0 | 0.19 | 252.13 | 0.49 | 0.63 |
| Hex | 84 | 71 | CF | 24 | 2D | 0 | 13 | FC | 31 | 3F |
| Octal | 204 | 161 | 317 | 44 | 55 | 0 | 23 | 374 | 61 | 77 |
| Binary | 10000100 | 1110001 | 11001111 | 100100 | 101101 | 0 | 10011 | 11111100 | 110001 | 111111 |
Color Harmonies of #8471CF
Complementary color
Monochromatic Colors of #8471CF
Black with #8471CF
Text Example
Text Example
White with #8471CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8471CF; }
p { color: rgb(132,113,207); }
H1.HeaderClassName
{
color: #8471CF;
}
.AnyTagClassName
{
color: #8471CF;
}
</style>
background-color css
<style>
a { background-color: #8471CF; }
a { background-color: rgb(132,113,207); }
div.DivClassName
{
background-color: #8471CF;
}
.BgClassName
{
background-color: #8471CF;
}
</style>
border-color css
<style>
span { border-color: #8471CF; }
span { border-color: rgb(132,113,207); }
td.TdClassName
{
border-color: #8471CF;
}
.TagClassName
{
border-color: #8471CF;
}
</style>