Shades of Moody Blue #867FDD
Tints of Moody Blue #867FDD
RGB
CMYK
RGB Variations
Color information
#867FDD (or 0x867FDD) is known color: Moody Blue. HEX triplet: 86, 7F and DD. RGB value is (134,127,221). Sum of RGB (Red+Green+Blue) = 134+127+221=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #867FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867FDD is #798022. Grayscale: #8B8B8B. Windows color (decimal): -7962659 or 14516102. OLE color: 14516102.
HSL color Cylindrical-coordinate representation of color #867FDD: hue angle of 244.47º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #867FDD is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 127 | 221 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.13 |
| HSL | 244.47º | 0.58% | 0.68% | - |
| HSV(B) | 244.47º | 0.43% | 0.87% | - |
| XYZ | 30.47 | 25.47 | 71.72 | - |
| YUV | 139.81 | 173.82 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 127 | 221 | 0.39 | 0.43 | 0 | 0.13 | 244.47 | 0.58 | 0.68 |
| Hex | 86 | 7F | DD | 27 | 2B | 0 | D | F4 | 3A | 44 |
| Octal | 206 | 177 | 335 | 47 | 53 | 0 | 15 | 364 | 72 | 104 |
| Binary | 10000110 | 1111111 | 11011101 | 100111 | 101011 | 0 | 1101 | 11110100 | 111010 | 1000100 |
Color Harmonies of #867FDD
Complementary color
Monochromatic Colors of #867FDD
Black with #867FDD
Text Example
Text Example
White with #867FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867FDD; }
p { color: rgb(134,127,221); }
H1.HeaderClassName
{
color: #867FDD;
}
.AnyTagClassName
{
color: #867FDD;
}
</style>
background-color css
<style>
a { background-color: #867FDD; }
a { background-color: rgb(134,127,221); }
div.DivClassName
{
background-color: #867FDD;
}
.BgClassName
{
background-color: #867FDD;
}
</style>
border-color css
<style>
span { border-color: #867FDD; }
span { border-color: rgb(134,127,221); }
td.TdClassName
{
border-color: #867FDD;
}
.TagClassName
{
border-color: #867FDD;
}
</style>