Shades of Moody Blue #817DBB
Tints of Moody Blue #817DBB
RGB
CMYK
RGB Variations
Color information
#817DBB (or 0x817DBB) is known color: Moody Blue. HEX triplet: 81, 7D and BB. RGB value is (129,125,187). Sum of RGB (Red+Green+Blue) = 129+125+187=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #817DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817DBB is #7E8244. Grayscale: #858585. Windows color (decimal): -8290885 or 12287361. OLE color: 12287361.
HSL color Cylindrical-coordinate representation of color #817DBB: hue angle of 243.87º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #817DBB is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 125 | 187 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.27 |
| HSL | 243.87º | 0.31% | 0.61% | - |
| HSV(B) | 243.87º | 0.33% | 0.73% | - |
| XYZ | 25.36 | 22.92 | 50.1 | - |
| YUV | 133.26 | 158.33 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 125 | 187 | 0.31 | 0.33 | 0 | 0.27 | 243.87 | 0.31 | 0.61 |
| Hex | 81 | 7D | BB | 1F | 21 | 0 | 1B | F4 | 1F | 3D |
| Octal | 201 | 175 | 273 | 37 | 41 | 0 | 33 | 364 | 37 | 75 |
| Binary | 10000001 | 1111101 | 10111011 | 11111 | 100001 | 0 | 11011 | 11110100 | 11111 | 111101 |
Color Harmonies of #817DBB
Complementary color
Monochromatic Colors of #817DBB
Black with #817DBB
Text Example
Text Example
White with #817DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817DBB; }
p { color: rgb(129,125,187); }
H1.HeaderClassName
{
color: #817DBB;
}
.AnyTagClassName
{
color: #817DBB;
}
</style>
background-color css
<style>
a { background-color: #817DBB; }
a { background-color: rgb(129,125,187); }
div.DivClassName
{
background-color: #817DBB;
}
.BgClassName
{
background-color: #817DBB;
}
</style>
border-color css
<style>
span { border-color: #817DBB; }
span { border-color: rgb(129,125,187); }
td.TdClassName
{
border-color: #817DBB;
}
.TagClassName
{
border-color: #817DBB;
}
</style>