Shades of Moody Blue #817BBB
Tints of Moody Blue #817BBB
RGB
CMYK
RGB Variations
Color information
#817BBB (or 0x817BBB) is known color: Moody Blue. HEX triplet: 81, 7B and BB. RGB value is (129,123,187). Sum of RGB (Red+Green+Blue) = 129+123+187=439 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.38% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #817BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817BBB is #7E8444. Grayscale: #838383. Windows color (decimal): -8291397 or 12286849. OLE color: 12286849.
HSL color Cylindrical-coordinate representation of color #817BBB: hue angle of 245.62º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #817BBB is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 123 | 187 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.27 |
| HSL | 245.63º | 0.32% | 0.61% | - |
| HSV(B) | 245.63º | 0.34% | 0.73% | - |
| XYZ | 25.11 | 22.42 | 50.02 | - |
| YUV | 132.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 123 | 187 | 0.31 | 0.34 | 0 | 0.27 | 245.63 | 0.32 | 0.61 |
| Hex | 81 | 7B | BB | 1F | 22 | 0 | 1B | F6 | 20 | 3D |
| Octal | 201 | 173 | 273 | 37 | 42 | 0 | 33 | 366 | 40 | 75 |
| Binary | 10000001 | 1111011 | 10111011 | 11111 | 100010 | 0 | 11011 | 11110110 | 100000 | 111101 |
Color Harmonies of #817BBB
Complementary color
Monochromatic Colors of #817BBB
Black with #817BBB
Text Example
Text Example
White with #817BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817BBB; }
p { color: rgb(129,123,187); }
H1.HeaderClassName
{
color: #817BBB;
}
.AnyTagClassName
{
color: #817BBB;
}
</style>
background-color css
<style>
a { background-color: #817BBB; }
a { background-color: rgb(129,123,187); }
div.DivClassName
{
background-color: #817BBB;
}
.BgClassName
{
background-color: #817BBB;
}
</style>
border-color css
<style>
span { border-color: #817BBB; }
span { border-color: rgb(129,123,187); }
td.TdClassName
{
border-color: #817BBB;
}
.TagClassName
{
border-color: #817BBB;
}
</style>