Shades of Moody Blue #8174CE
Tints of Moody Blue #8174CE
RGB
CMYK
RGB Variations
Color information
#8174CE (or 0x8174CE) is known color: Moody Blue. HEX triplet: 81, 74 and CE. RGB value is (129,116,206). Sum of RGB (Red+Green+Blue) = 129+116+206=451 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.60% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #8174CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8174CE is #7E8B31. Grayscale: #818181. Windows color (decimal): -8293170 or 13530241. OLE color: 13530241.
HSL color Cylindrical-coordinate representation of color #8174CE: hue angle of 248.67º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8174CE is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 116 | 206 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.19 |
| HSL | 248.67º | 0.48% | 0.63% | - |
| HSV(B) | 248.67º | 0.44% | 0.81% | - |
| XYZ | 26.44 | 21.61 | 61.17 | - |
| YUV | 130.15 | 170.81 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 116 | 206 | 0.37 | 0.44 | 0 | 0.19 | 248.67 | 0.48 | 0.63 |
| Hex | 81 | 74 | CE | 25 | 2C | 0 | 13 | F9 | 30 | 3F |
| Octal | 201 | 164 | 316 | 45 | 54 | 0 | 23 | 371 | 60 | 77 |
| Binary | 10000001 | 1110100 | 11001110 | 100101 | 101100 | 0 | 10011 | 11111001 | 110000 | 111111 |
Color Harmonies of #8174CE
Complementary color
Monochromatic Colors of #8174CE
Black with #8174CE
Text Example
Text Example
White with #8174CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8174CE; }
p { color: rgb(129,116,206); }
H1.HeaderClassName
{
color: #8174CE;
}
.AnyTagClassName
{
color: #8174CE;
}
</style>
background-color css
<style>
a { background-color: #8174CE; }
a { background-color: rgb(129,116,206); }
div.DivClassName
{
background-color: #8174CE;
}
.BgClassName
{
background-color: #8174CE;
}
</style>
border-color css
<style>
span { border-color: #8174CE; }
span { border-color: rgb(129,116,206); }
td.TdClassName
{
border-color: #8174CE;
}
.TagClassName
{
border-color: #8174CE;
}
</style>