Shades of Moody Blue #867ECE
Tints of Moody Blue #867ECE
RGB
CMYK
RGB Variations
Color information
#867ECE (or 0x867ECE) is known color: Moody Blue. HEX triplet: 86, 7E and CE. RGB value is (134,126,206). Sum of RGB (Red+Green+Blue) = 134+126+206=466 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.76% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #867ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867ECE is #798131. Grayscale: #898989. Windows color (decimal): -7962930 or 13532806. OLE color: 13532806.
HSL color Cylindrical-coordinate representation of color #867ECE: hue angle of 246º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #867ECE is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 126 | 206 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.19 |
| HSL | 246º | 0.45% | 0.65% | - |
| HSV(B) | 246º | 0.39% | 0.81% | - |
| XYZ | 28.43 | 24.45 | 61.61 | - |
| YUV | 137.51 | 166.65 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 126 | 206 | 0.35 | 0.39 | 0 | 0.19 | 246 | 0.45 | 0.65 |
| Hex | 86 | 7E | CE | 23 | 27 | 0 | 13 | F6 | 2D | 41 |
| Octal | 206 | 176 | 316 | 43 | 47 | 0 | 23 | 366 | 55 | 101 |
| Binary | 10000110 | 1111110 | 11001110 | 100011 | 100111 | 0 | 10011 | 11110110 | 101101 | 1000001 |
Color Harmonies of #867ECE
Complementary color
Monochromatic Colors of #867ECE
Black with #867ECE
Text Example
Text Example
White with #867ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867ECE; }
p { color: rgb(134,126,206); }
H1.HeaderClassName
{
color: #867ECE;
}
.AnyTagClassName
{
color: #867ECE;
}
</style>
background-color css
<style>
a { background-color: #867ECE; }
a { background-color: rgb(134,126,206); }
div.DivClassName
{
background-color: #867ECE;
}
.BgClassName
{
background-color: #867ECE;
}
</style>
border-color css
<style>
span { border-color: #867ECE; }
span { border-color: rgb(134,126,206); }
td.TdClassName
{
border-color: #867ECE;
}
.TagClassName
{
border-color: #867ECE;
}
</style>