Shades of Moody Blue #867EDA
Tints of Moody Blue #867EDA
RGB
CMYK
RGB Variations
Color information
#867EDA (or 0x867EDA) is known color: Moody Blue. HEX triplet: 86, 7E and DA. RGB value is (134,126,218). Sum of RGB (Red+Green+Blue) = 134+126+218=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #867EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867EDA is #798125. Grayscale: #8A8A8A. Windows color (decimal): -7962918 or 14319238. OLE color: 14319238.
HSL color Cylindrical-coordinate representation of color #867EDA: hue angle of 245.22º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #867EDA is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 126 | 218 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.15 |
| HSL | 245.22º | 0.55% | 0.67% | - |
| HSV(B) | 245.22º | 0.42% | 0.85% | - |
| XYZ | 29.95 | 25.05 | 69.59 | - |
| YUV | 138.88 | 172.65 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 126 | 218 | 0.39 | 0.42 | 0 | 0.15 | 245.22 | 0.55 | 0.67 |
| Hex | 86 | 7E | DA | 27 | 2A | 0 | F | F5 | 37 | 43 |
| Octal | 206 | 176 | 332 | 47 | 52 | 0 | 17 | 365 | 67 | 103 |
| Binary | 10000110 | 1111110 | 11011010 | 100111 | 101010 | 0 | 1111 | 11110101 | 110111 | 1000011 |
Color Harmonies of #867EDA
Complementary color
Monochromatic Colors of #867EDA
Black with #867EDA
Text Example
Text Example
White with #867EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867EDA; }
p { color: rgb(134,126,218); }
H1.HeaderClassName
{
color: #867EDA;
}
.AnyTagClassName
{
color: #867EDA;
}
</style>
background-color css
<style>
a { background-color: #867EDA; }
a { background-color: rgb(134,126,218); }
div.DivClassName
{
background-color: #867EDA;
}
.BgClassName
{
background-color: #867EDA;
}
</style>
border-color css
<style>
span { border-color: #867EDA; }
span { border-color: rgb(134,126,218); }
td.TdClassName
{
border-color: #867EDA;
}
.TagClassName
{
border-color: #867EDA;
}
</style>