Shades of Moody Blue #8174BF
Tints of Moody Blue #8174BF
RGB
CMYK
RGB Variations
Color information
#8174BF (or 0x8174BF) is known color: Moody Blue. HEX triplet: 81, 74 and BF. RGB value is (129,116,191). Sum of RGB (Red+Green+Blue) = 129+116+191=436 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.59% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #8174BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8174BF is #7E8B40. Grayscale: #808080. Windows color (decimal): -8293185 or 12547201. OLE color: 12547201.
HSL color Cylindrical-coordinate representation of color #8174BF: hue angle of 250.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8174BF is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 116 | 191 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.25 |
| HSL | 250.4º | 0.37% | 0.6% | - |
| HSV(B) | 250.4º | 0.39% | 0.75% | - |
| XYZ | 24.7 | 20.92 | 52.03 | - |
| YUV | 128.44 | 163.31 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 116 | 191 | 0.32 | 0.39 | 0 | 0.25 | 250.4 | 0.37 | 0.6 |
| Hex | 81 | 74 | BF | 20 | 27 | 0 | 19 | FA | 25 | 3C |
| Octal | 201 | 164 | 277 | 40 | 47 | 0 | 31 | 372 | 45 | 74 |
| Binary | 10000001 | 1110100 | 10111111 | 100000 | 100111 | 0 | 11001 | 11111010 | 100101 | 111100 |
Color Harmonies of #8174BF
Complementary color
Monochromatic Colors of #8174BF
Black with #8174BF
Text Example
Text Example
White with #8174BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8174BF; }
p { color: rgb(129,116,191); }
H1.HeaderClassName
{
color: #8174BF;
}
.AnyTagClassName
{
color: #8174BF;
}
</style>
background-color css
<style>
a { background-color: #8174BF; }
a { background-color: rgb(129,116,191); }
div.DivClassName
{
background-color: #8174BF;
}
.BgClassName
{
background-color: #8174BF;
}
</style>
border-color css
<style>
span { border-color: #8174BF; }
span { border-color: rgb(129,116,191); }
td.TdClassName
{
border-color: #8174BF;
}
.TagClassName
{
border-color: #8174BF;
}
</style>