Shades of Moody Blue #867EC6
Tints of Moody Blue #867EC6
RGB
CMYK
RGB Variations
Color information
#867EC6 (or 0x867EC6) is known color: Moody Blue. HEX triplet: 86, 7E and C6. RGB value is (134,126,198). Sum of RGB (Red+Green+Blue) = 134+126+198=458 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.26% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 198 - color contains mainly: blue. Hex color #867EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867EC6 is #798139. Grayscale: #888888. Windows color (decimal): -7962938 or 13008518. OLE color: 13008518.
HSL color Cylindrical-coordinate representation of color #867EC6: hue angle of 246.67º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #867EC6 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 126 | 198 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.22 |
| HSL | 246.67º | 0.39% | 0.64% | - |
| HSV(B) | 246.67º | 0.36% | 0.78% | - |
| XYZ | 27.49 | 24.07 | 56.62 | - |
| YUV | 136.6 | 162.65 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 126 | 198 | 0.32 | 0.36 | 0 | 0.22 | 246.67 | 0.39 | 0.64 |
| Hex | 86 | 7E | C6 | 20 | 24 | 0 | 16 | F7 | 27 | 40 |
| Octal | 206 | 176 | 306 | 40 | 44 | 0 | 26 | 367 | 47 | 100 |
| Binary | 10000110 | 1111110 | 11000110 | 100000 | 100100 | 0 | 10110 | 11110111 | 100111 | 1000000 |
Color Harmonies of #867EC6
Complementary color
Monochromatic Colors of #867EC6
Black with #867EC6
Text Example
Text Example
White with #867EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867EC6; }
p { color: rgb(134,126,198); }
H1.HeaderClassName
{
color: #867EC6;
}
.AnyTagClassName
{
color: #867EC6;
}
</style>
background-color css
<style>
a { background-color: #867EC6; }
a { background-color: rgb(134,126,198); }
div.DivClassName
{
background-color: #867EC6;
}
.BgClassName
{
background-color: #867EC6;
}
</style>
border-color css
<style>
span { border-color: #867EC6; }
span { border-color: rgb(134,126,198); }
td.TdClassName
{
border-color: #867EC6;
}
.TagClassName
{
border-color: #867EC6;
}
</style>