Shades of Moody Blue #867ECB
Tints of Moody Blue #867ECB
RGB
CMYK
RGB Variations
Color information
#867ECB (or 0x867ECB) is known color: Moody Blue. HEX triplet: 86, 7E and CB. RGB value is (134,126,203). Sum of RGB (Red+Green+Blue) = 134+126+203=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #867ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867ECB is #798134. Grayscale: #888888. Windows color (decimal): -7962933 or 13336198. OLE color: 13336198.
HSL color Cylindrical-coordinate representation of color #867ECB: hue angle of 246.23º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #867ECB is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 126 | 203 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.20 |
| HSL | 246.23º | 0.43% | 0.65% | - |
| HSV(B) | 246.23º | 0.38% | 0.8% | - |
| XYZ | 28.07 | 24.3 | 59.71 | - |
| YUV | 137.17 | 165.15 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 126 | 203 | 0.34 | 0.38 | 0 | 0.20 | 246.23 | 0.43 | 0.65 |
| Hex | 86 | 7E | CB | 22 | 26 | 0 | 14 | F6 | 2B | 41 |
| Octal | 206 | 176 | 313 | 42 | 46 | 0 | 24 | 366 | 53 | 101 |
| Binary | 10000110 | 1111110 | 11001011 | 100010 | 100110 | 0 | 10100 | 11110110 | 101011 | 1000001 |
Color Harmonies of #867ECB
Complementary color
Monochromatic Colors of #867ECB
Black with #867ECB
Text Example
Text Example
White with #867ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867ECB; }
p { color: rgb(134,126,203); }
H1.HeaderClassName
{
color: #867ECB;
}
.AnyTagClassName
{
color: #867ECB;
}
</style>
background-color css
<style>
a { background-color: #867ECB; }
a { background-color: rgb(134,126,203); }
div.DivClassName
{
background-color: #867ECB;
}
.BgClassName
{
background-color: #867ECB;
}
</style>
border-color css
<style>
span { border-color: #867ECB; }
span { border-color: rgb(134,126,203); }
td.TdClassName
{
border-color: #867ECB;
}
.TagClassName
{
border-color: #867ECB;
}
</style>