Shades of Moody Blue #8174B7
Tints of Moody Blue #8174B7
RGB
CMYK
RGB Variations
Color information
#8174B7 (or 0x8174B7) is known color: Moody Blue. HEX triplet: 81, 74 and B7. RGB value is (129,116,183). Sum of RGB (Red+Green+Blue) = 129+116+183=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 183 (71.88% from 255 or 42.76% from 428); Max value from RGB is 183 - color contains mainly: blue. Hex color #8174B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8174B7 is #7E8B48. Grayscale: #7F7F7F. Windows color (decimal): -8293193 or 12022913. OLE color: 12022913.
HSL color Cylindrical-coordinate representation of color #8174B7: hue angle of 251.64º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8174B7 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 129 | 116 | 183 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.28 |
| HSL | 251.64º | 0.32% | 0.59% | - |
| HSV(B) | 251.64º | 0.37% | 0.72% | - |
| XYZ | 23.85 | 20.58 | 47.51 | - |
| YUV | 127.53 | 159.31 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 116 | 183 | 0.30 | 0.37 | 0 | 0.28 | 251.64 | 0.32 | 0.59 |
| Hex | 81 | 74 | B7 | 1E | 25 | 0 | 1C | FC | 20 | 3B |
| Octal | 201 | 164 | 267 | 36 | 45 | 0 | 34 | 374 | 40 | 73 |
| Binary | 10000001 | 1110100 | 10110111 | 11110 | 100101 | 0 | 11100 | 11111100 | 100000 | 111011 |
Color Harmonies of #8174B7
Complementary color
Monochromatic Colors of #8174B7
Black with #8174B7
Text Example
Text Example
White with #8174B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8174B7; }
p { color: rgb(129,116,183); }
H1.HeaderClassName
{
color: #8174B7;
}
.AnyTagClassName
{
color: #8174B7;
}
</style>
background-color css
<style>
a { background-color: #8174B7; }
a { background-color: rgb(129,116,183); }
div.DivClassName
{
background-color: #8174B7;
}
.BgClassName
{
background-color: #8174B7;
}
</style>
border-color css
<style>
span { border-color: #8174B7; }
span { border-color: rgb(129,116,183); }
td.TdClassName
{
border-color: #8174B7;
}
.TagClassName
{
border-color: #8174B7;
}
</style>