Shades of Moody Blue #8471C9
Tints of Moody Blue #8471C9
RGB
CMYK
RGB Variations
Color information
#8471C9 (or 0x8471C9) is known color: Moody Blue. HEX triplet: 84, 71 and C9. RGB value is (132,113,201). Sum of RGB (Red+Green+Blue) = 132+113+201=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 201 - color contains mainly: blue. Hex color #8471C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8471C9 is #7B8E36. Grayscale: #808080. Windows color (decimal): -8097335 or 13201796. OLE color: 13201796.
HSL color Cylindrical-coordinate representation of color #8471C9: hue angle of 252.95º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8471C9 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 113 | 201 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.21 |
| HSL | 252.95º | 0.45% | 0.62% | - |
| HSV(B) | 252.95º | 0.44% | 0.79% | - |
| XYZ | 25.96 | 20.93 | 57.93 | - |
| YUV | 128.71 | 168.79 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 113 | 201 | 0.34 | 0.44 | 0 | 0.21 | 252.95 | 0.45 | 0.62 |
| Hex | 84 | 71 | C9 | 22 | 2C | 0 | 15 | FD | 2D | 3E |
| Octal | 204 | 161 | 311 | 42 | 54 | 0 | 25 | 375 | 55 | 76 |
| Binary | 10000100 | 1110001 | 11001001 | 100010 | 101100 | 0 | 10101 | 11111101 | 101101 | 111110 |
Color Harmonies of #8471C9
Complementary color
Monochromatic Colors of #8471C9
Black with #8471C9
Text Example
Text Example
White with #8471C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8471C9; }
p { color: rgb(132,113,201); }
H1.HeaderClassName
{
color: #8471C9;
}
.AnyTagClassName
{
color: #8471C9;
}
</style>
background-color css
<style>
a { background-color: #8471C9; }
a { background-color: rgb(132,113,201); }
div.DivClassName
{
background-color: #8471C9;
}
.BgClassName
{
background-color: #8471C9;
}
</style>
border-color css
<style>
span { border-color: #8471C9; }
span { border-color: rgb(132,113,201); }
td.TdClassName
{
border-color: #8471C9;
}
.TagClassName
{
border-color: #8471C9;
}
</style>