Shades of Moody Blue #817FB5
Tints of Moody Blue #817FB5
RGB
CMYK
RGB Variations
Color information
#817FB5 (or 0x817FB5) is known color: Moody Blue. HEX triplet: 81, 7F and B5. RGB value is (129,127,181). Sum of RGB (Red+Green+Blue) = 129+127+181=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 181 (71.09% from 255 or 41.42% from 437); Max value from RGB is 181 - color contains mainly: blue. Hex color #817FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817FB5 is #7E804A. Grayscale: #858585. Windows color (decimal): -8290379 or 11894657. OLE color: 11894657.
HSL color Cylindrical-coordinate representation of color #817FB5: hue angle of 242.22º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #817FB5 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 127 | 181 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.29 |
| HSL | 242.22º | 0.27% | 0.6% | - |
| HSV(B) | 242.22º | 0.3% | 0.71% | - |
| XYZ | 24.98 | 23.18 | 46.87 | - |
| YUV | 133.75 | 154.66 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 127 | 181 | 0.29 | 0.30 | 0 | 0.29 | 242.22 | 0.27 | 0.6 |
| Hex | 81 | 7F | B5 | 1D | 1E | 0 | 1D | F2 | 1B | 3C |
| Octal | 201 | 177 | 265 | 35 | 36 | 0 | 35 | 362 | 33 | 74 |
| Binary | 10000001 | 1111111 | 10110101 | 11101 | 11110 | 0 | 11101 | 11110010 | 11011 | 111100 |
Color Harmonies of #817FB5
Complementary color
Monochromatic Colors of #817FB5
Black with #817FB5
Text Example
Text Example
White with #817FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817FB5; }
p { color: rgb(129,127,181); }
H1.HeaderClassName
{
color: #817FB5;
}
.AnyTagClassName
{
color: #817FB5;
}
</style>
background-color css
<style>
a { background-color: #817FB5; }
a { background-color: rgb(129,127,181); }
div.DivClassName
{
background-color: #817FB5;
}
.BgClassName
{
background-color: #817FB5;
}
</style>
border-color css
<style>
span { border-color: #817FB5; }
span { border-color: rgb(129,127,181); }
td.TdClassName
{
border-color: #817FB5;
}
.TagClassName
{
border-color: #817FB5;
}
</style>