Shades of Moody Blue #8176B8
Tints of Moody Blue #8176B8
RGB
CMYK
RGB Variations
Color information
#8176B8 (or 0x8176B8) is known color: Moody Blue. HEX triplet: 81, 76 and B8. RGB value is (129,118,184). Sum of RGB (Red+Green+Blue) = 129+118+184=431 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.93% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 184 (72.27% from 255 or 42.69% from 431); Max value from RGB is 184 - color contains mainly: blue. Hex color #8176B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8176B8 is #7E8947. Grayscale: #808080. Windows color (decimal): -8292680 or 12088961. OLE color: 12088961.
HSL color Cylindrical-coordinate representation of color #8176B8: hue angle of 250º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8176B8 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 129 | 118 | 184 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.28 |
| HSL | 250º | 0.32% | 0.59% | - |
| HSV(B) | 250º | 0.36% | 0.72% | - |
| XYZ | 24.18 | 21.08 | 48.14 | - |
| YUV | 128.81 | 159.14 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 118 | 184 | 0.30 | 0.36 | 0 | 0.28 | 250 | 0.32 | 0.59 |
| Hex | 81 | 76 | B8 | 1E | 24 | 0 | 1C | FA | 20 | 3B |
| Octal | 201 | 166 | 270 | 36 | 44 | 0 | 34 | 372 | 40 | 73 |
| Binary | 10000001 | 1110110 | 10111000 | 11110 | 100100 | 0 | 11100 | 11111010 | 100000 | 111011 |
Color Harmonies of #8176B8
Complementary color
Monochromatic Colors of #8176B8
Black with #8176B8
Text Example
Text Example
White with #8176B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8176B8; }
p { color: rgb(129,118,184); }
H1.HeaderClassName
{
color: #8176B8;
}
.AnyTagClassName
{
color: #8176B8;
}
</style>
background-color css
<style>
a { background-color: #8176B8; }
a { background-color: rgb(129,118,184); }
div.DivClassName
{
background-color: #8176B8;
}
.BgClassName
{
background-color: #8176B8;
}
</style>
border-color css
<style>
span { border-color: #8176B8; }
span { border-color: rgb(129,118,184); }
td.TdClassName
{
border-color: #8176B8;
}
.TagClassName
{
border-color: #8176B8;
}
</style>