Shades of Moody Blue #867FDF
Tints of Moody Blue #867FDF
RGB
CMYK
RGB Variations
Color information
#867FDF (or 0x867FDF) is known color: Moody Blue. HEX triplet: 86, 7F and DF. RGB value is (134,127,223). Sum of RGB (Red+Green+Blue) = 134+127+223=484 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.69% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #867FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867FDF is #798020. Grayscale: #8B8B8B. Windows color (decimal): -7962657 or 14647174. OLE color: 14647174.
HSL color Cylindrical-coordinate representation of color #867FDF: hue angle of 244.37º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #867FDF is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 127 | 223 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.13 |
| HSL | 244.38º | 0.6% | 0.69% | - |
| HSV(B) | 244.38º | 0.43% | 0.87% | - |
| XYZ | 30.74 | 25.57 | 73.13 | - |
| YUV | 140.04 | 174.82 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 127 | 223 | 0.40 | 0.43 | 0 | 0.13 | 244.38 | 0.6 | 0.69 |
| Hex | 86 | 7F | DF | 28 | 2B | 0 | D | F4 | 3C | 45 |
| Octal | 206 | 177 | 337 | 50 | 53 | 0 | 15 | 364 | 74 | 105 |
| Binary | 10000110 | 1111111 | 11011111 | 101000 | 101011 | 0 | 1101 | 11110100 | 111100 | 1000101 |
Color Harmonies of #867FDF
Complementary color
Monochromatic Colors of #867FDF
Black with #867FDF
Text Example
Text Example
White with #867FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867FDF; }
p { color: rgb(134,127,223); }
H1.HeaderClassName
{
color: #867FDF;
}
.AnyTagClassName
{
color: #867FDF;
}
</style>
background-color css
<style>
a { background-color: #867FDF; }
a { background-color: rgb(134,127,223); }
div.DivClassName
{
background-color: #867FDF;
}
.BgClassName
{
background-color: #867FDF;
}
</style>
border-color css
<style>
span { border-color: #867FDF; }
span { border-color: rgb(134,127,223); }
td.TdClassName
{
border-color: #867FDF;
}
.TagClassName
{
border-color: #867FDF;
}
</style>