Shades of Moody Blue #817FBE
Tints of Moody Blue #817FBE
RGB
CMYK
RGB Variations
Color information
#817FBE (or 0x817FBE) is known color: Moody Blue. HEX triplet: 81, 7F and BE. RGB value is (129,127,190). Sum of RGB (Red+Green+Blue) = 129+127+190=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #817FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817FBE is #7E8041. Grayscale: #868686. Windows color (decimal): -8290370 or 12484481. OLE color: 12484481.
HSL color Cylindrical-coordinate representation of color #817FBE: hue angle of 241.9º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #817FBE is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 127 | 190 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.25 |
| HSL | 241.9º | 0.33% | 0.62% | - |
| HSV(B) | 241.9º | 0.33% | 0.75% | - |
| XYZ | 25.94 | 23.56 | 51.9 | - |
| YUV | 134.78 | 159.16 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 127 | 190 | 0.32 | 0.33 | 0 | 0.25 | 241.9 | 0.33 | 0.62 |
| Hex | 81 | 7F | BE | 20 | 21 | 0 | 19 | F2 | 21 | 3E |
| Octal | 201 | 177 | 276 | 40 | 41 | 0 | 31 | 362 | 41 | 76 |
| Binary | 10000001 | 1111111 | 10111110 | 100000 | 100001 | 0 | 11001 | 11110010 | 100001 | 111110 |
Color Harmonies of #817FBE
Complementary color
Monochromatic Colors of #817FBE
Black with #817FBE
Text Example
Text Example
White with #817FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817FBE; }
p { color: rgb(129,127,190); }
H1.HeaderClassName
{
color: #817FBE;
}
.AnyTagClassName
{
color: #817FBE;
}
</style>
background-color css
<style>
a { background-color: #817FBE; }
a { background-color: rgb(129,127,190); }
div.DivClassName
{
background-color: #817FBE;
}
.BgClassName
{
background-color: #817FBE;
}
</style>
border-color css
<style>
span { border-color: #817FBE; }
span { border-color: rgb(129,127,190); }
td.TdClassName
{
border-color: #817FBE;
}
.TagClassName
{
border-color: #817FBE;
}
</style>