Shades of Moody Blue #817FCB
Tints of Moody Blue #817FCB
RGB
CMYK
RGB Variations
Color information
#817FCB (or 0x817FCB) is known color: Moody Blue. HEX triplet: 81, 7F and CB. RGB value is (129,127,203). Sum of RGB (Red+Green+Blue) = 129+127+203=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #817FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817FCB is #7E8034. Grayscale: #878787. Windows color (decimal): -8290357 or 13336449. OLE color: 13336449.
HSL color Cylindrical-coordinate representation of color #817FCB: hue angle of 241.58º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #817FCB is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 127 | 203 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.20 |
| HSL | 241.58º | 0.42% | 0.65% | - |
| HSV(B) | 241.58º | 0.37% | 0.8% | - |
| XYZ | 27.42 | 24.16 | 59.72 | - |
| YUV | 136.26 | 165.66 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 127 | 203 | 0.36 | 0.37 | 0 | 0.20 | 241.58 | 0.42 | 0.65 |
| Hex | 81 | 7F | CB | 24 | 25 | 0 | 14 | F2 | 2A | 41 |
| Octal | 201 | 177 | 313 | 44 | 45 | 0 | 24 | 362 | 52 | 101 |
| Binary | 10000001 | 1111111 | 11001011 | 100100 | 100101 | 0 | 10100 | 11110010 | 101010 | 1000001 |
Color Harmonies of #817FCB
Complementary color
Monochromatic Colors of #817FCB
Black with #817FCB
Text Example
Text Example
White with #817FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817FCB; }
p { color: rgb(129,127,203); }
H1.HeaderClassName
{
color: #817FCB;
}
.AnyTagClassName
{
color: #817FCB;
}
</style>
background-color css
<style>
a { background-color: #817FCB; }
a { background-color: rgb(129,127,203); }
div.DivClassName
{
background-color: #817FCB;
}
.BgClassName
{
background-color: #817FCB;
}
</style>
border-color css
<style>
span { border-color: #817FCB; }
span { border-color: rgb(129,127,203); }
td.TdClassName
{
border-color: #817FCB;
}
.TagClassName
{
border-color: #817FCB;
}
</style>