Shades of Moody Blue #8471BE
Tints of Moody Blue #8471BE
RGB
CMYK
RGB Variations
Color information
#8471BE (or 0x8471BE) is known color: Moody Blue. HEX triplet: 84, 71 and BE. RGB value is (132,113,190). Sum of RGB (Red+Green+Blue) = 132+113+190=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #8471BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8471BE is #7B8E41. Grayscale: #7F7F7F. Windows color (decimal): -8097346 or 12480900. OLE color: 12480900.
HSL color Cylindrical-coordinate representation of color #8471BE: hue angle of 254.81º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8471BE is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 113 | 190 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.25 |
| HSL | 254.81º | 0.37% | 0.59% | - |
| HSV(B) | 254.81º | 0.41% | 0.75% | - |
| XYZ | 24.72 | 20.43 | 51.36 | - |
| YUV | 127.46 | 163.29 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 113 | 190 | 0.31 | 0.41 | 0 | 0.25 | 254.81 | 0.37 | 0.59 |
| Hex | 84 | 71 | BE | 1F | 29 | 0 | 19 | FF | 25 | 3B |
| Octal | 204 | 161 | 276 | 37 | 51 | 0 | 31 | 377 | 45 | 73 |
| Binary | 10000100 | 1110001 | 10111110 | 11111 | 101001 | 0 | 11001 | 11111111 | 100101 | 111011 |
Color Harmonies of #8471BE
Complementary color
Monochromatic Colors of #8471BE
Black with #8471BE
Text Example
Text Example
White with #8471BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8471BE; }
p { color: rgb(132,113,190); }
H1.HeaderClassName
{
color: #8471BE;
}
.AnyTagClassName
{
color: #8471BE;
}
</style>
background-color css
<style>
a { background-color: #8471BE; }
a { background-color: rgb(132,113,190); }
div.DivClassName
{
background-color: #8471BE;
}
.BgClassName
{
background-color: #8471BE;
}
</style>
border-color css
<style>
span { border-color: #8471BE; }
span { border-color: rgb(132,113,190); }
td.TdClassName
{
border-color: #8471BE;
}
.TagClassName
{
border-color: #8471BE;
}
</style>