Shades of Moody Blue #817DBD
Tints of Moody Blue #817DBD
RGB
CMYK
RGB Variations
Color information
#817DBD (or 0x817DBD) is known color: Moody Blue. HEX triplet: 81, 7D and BD. RGB value is (129,125,189). Sum of RGB (Red+Green+Blue) = 129+125+189=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #817DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817DBD is #7E8242. Grayscale: #858585. Windows color (decimal): -8290883 or 12418433. OLE color: 12418433.
HSL color Cylindrical-coordinate representation of color #817DBD: hue angle of 243.75º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #817DBD is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 125 | 189 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.26 |
| HSL | 243.75º | 0.33% | 0.62% | - |
| HSV(B) | 243.75º | 0.34% | 0.74% | - |
| XYZ | 25.57 | 23.01 | 51.24 | - |
| YUV | 133.49 | 159.33 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 125 | 189 | 0.32 | 0.34 | 0 | 0.26 | 243.75 | 0.33 | 0.62 |
| Hex | 81 | 7D | BD | 20 | 22 | 0 | 1A | F4 | 21 | 3E |
| Octal | 201 | 175 | 275 | 40 | 42 | 0 | 32 | 364 | 41 | 76 |
| Binary | 10000001 | 1111101 | 10111101 | 100000 | 100010 | 0 | 11010 | 11110100 | 100001 | 111110 |
Color Harmonies of #817DBD
Complementary color
Monochromatic Colors of #817DBD
Black with #817DBD
Text Example
Text Example
White with #817DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817DBD; }
p { color: rgb(129,125,189); }
H1.HeaderClassName
{
color: #817DBD;
}
.AnyTagClassName
{
color: #817DBD;
}
</style>
background-color css
<style>
a { background-color: #817DBD; }
a { background-color: rgb(129,125,189); }
div.DivClassName
{
background-color: #817DBD;
}
.BgClassName
{
background-color: #817DBD;
}
</style>
border-color css
<style>
span { border-color: #817DBD; }
span { border-color: rgb(129,125,189); }
td.TdClassName
{
border-color: #817DBD;
}
.TagClassName
{
border-color: #817DBD;
}
</style>