Shades of Moody Blue #867CE0
Tints of Moody Blue #867CE0
RGB
CMYK
RGB Variations
Color information
#867CE0 (or 0x867CE0) is known color: Moody Blue. HEX triplet: 86, 7C and E0. RGB value is (134,124,224). Sum of RGB (Red+Green+Blue) = 134+124+224=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #867CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867CE0 is #79831F. Grayscale: #8A8A8A. Windows color (decimal): -7963424 or 14711942. OLE color: 14711942.
HSL color Cylindrical-coordinate representation of color #867CE0: hue angle of 246º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #867CE0 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 124 | 224 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.12 |
| HSL | 246º | 0.62% | 0.68% | - |
| HSV(B) | 246º | 0.45% | 0.88% | - |
| XYZ | 30.49 | 24.87 | 73.71 | - |
| YUV | 138.39 | 176.31 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 124 | 224 | 0.40 | 0.45 | 0 | 0.12 | 246 | 0.62 | 0.68 |
| Hex | 86 | 7C | E0 | 28 | 2D | 0 | C | F6 | 3E | 44 |
| Octal | 206 | 174 | 340 | 50 | 55 | 0 | 14 | 366 | 76 | 104 |
| Binary | 10000110 | 1111100 | 11100000 | 101000 | 101101 | 0 | 1100 | 11110110 | 111110 | 1000100 |
Color Harmonies of #867CE0
Complementary color
Monochromatic Colors of #867CE0
Black with #867CE0
Text Example
Text Example
White with #867CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867CE0; }
p { color: rgb(134,124,224); }
H1.HeaderClassName
{
color: #867CE0;
}
.AnyTagClassName
{
color: #867CE0;
}
</style>
background-color css
<style>
a { background-color: #867CE0; }
a { background-color: rgb(134,124,224); }
div.DivClassName
{
background-color: #867CE0;
}
.BgClassName
{
background-color: #867CE0;
}
</style>
border-color css
<style>
span { border-color: #867CE0; }
span { border-color: rgb(134,124,224); }
td.TdClassName
{
border-color: #867CE0;
}
.TagClassName
{
border-color: #867CE0;
}
</style>