Shades of Moody Blue #817FBD
Tints of Moody Blue #817FBD
RGB
CMYK
RGB Variations
Color information
#817FBD (or 0x817FBD) is known color: Moody Blue. HEX triplet: 81, 7F and BD. RGB value is (129,127,189). Sum of RGB (Red+Green+Blue) = 129+127+189=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #817FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817FBD is #7E8042. Grayscale: #868686. Windows color (decimal): -8290371 or 12418945. OLE color: 12418945.
HSL color Cylindrical-coordinate representation of color #817FBD: hue angle of 241.94º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #817FBD is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 127 | 189 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.26 |
| HSL | 241.94º | 0.32% | 0.62% | - |
| HSV(B) | 241.94º | 0.33% | 0.74% | - |
| XYZ | 25.83 | 23.52 | 51.32 | - |
| YUV | 134.67 | 158.66 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 127 | 189 | 0.32 | 0.33 | 0 | 0.26 | 241.94 | 0.32 | 0.62 |
| Hex | 81 | 7F | BD | 20 | 21 | 0 | 1A | F2 | 20 | 3E |
| Octal | 201 | 177 | 275 | 40 | 41 | 0 | 32 | 362 | 40 | 76 |
| Binary | 10000001 | 1111111 | 10111101 | 100000 | 100001 | 0 | 11010 | 11110010 | 100000 | 111110 |
Color Harmonies of #817FBD
Complementary color
Monochromatic Colors of #817FBD
Black with #817FBD
Text Example
Text Example
White with #817FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817FBD; }
p { color: rgb(129,127,189); }
H1.HeaderClassName
{
color: #817FBD;
}
.AnyTagClassName
{
color: #817FBD;
}
</style>
background-color css
<style>
a { background-color: #817FBD; }
a { background-color: rgb(129,127,189); }
div.DivClassName
{
background-color: #817FBD;
}
.BgClassName
{
background-color: #817FBD;
}
</style>
border-color css
<style>
span { border-color: #817FBD; }
span { border-color: rgb(129,127,189); }
td.TdClassName
{
border-color: #817FBD;
}
.TagClassName
{
border-color: #817FBD;
}
</style>