Shades of Moody Blue #867CDB
Tints of Moody Blue #867CDB
RGB
CMYK
RGB Variations
Color information
#867CDB (or 0x867CDB) is known color: Moody Blue. HEX triplet: 86, 7C and DB. RGB value is (134,124,219). Sum of RGB (Red+Green+Blue) = 134+124+219=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #867CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867CDB is #798324. Grayscale: #898989. Windows color (decimal): -7963429 or 14384262. OLE color: 14384262.
HSL color Cylindrical-coordinate representation of color #867CDB: hue angle of 246.32º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #867CDB is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 124 | 219 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.14 |
| HSL | 246.32º | 0.57% | 0.67% | - |
| HSV(B) | 246.32º | 0.43% | 0.86% | - |
| XYZ | 29.83 | 24.6 | 70.19 | - |
| YUV | 137.82 | 173.81 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 124 | 219 | 0.39 | 0.43 | 0 | 0.14 | 246.32 | 0.57 | 0.67 |
| Hex | 86 | 7C | DB | 27 | 2B | 0 | E | F6 | 39 | 43 |
| Octal | 206 | 174 | 333 | 47 | 53 | 0 | 16 | 366 | 71 | 103 |
| Binary | 10000110 | 1111100 | 11011011 | 100111 | 101011 | 0 | 1110 | 11110110 | 111001 | 1000011 |
Color Harmonies of #867CDB
Complementary color
Monochromatic Colors of #867CDB
Black with #867CDB
Text Example
Text Example
White with #867CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867CDB; }
p { color: rgb(134,124,219); }
H1.HeaderClassName
{
color: #867CDB;
}
.AnyTagClassName
{
color: #867CDB;
}
</style>
background-color css
<style>
a { background-color: #867CDB; }
a { background-color: rgb(134,124,219); }
div.DivClassName
{
background-color: #867CDB;
}
.BgClassName
{
background-color: #867CDB;
}
</style>
border-color css
<style>
span { border-color: #867CDB; }
span { border-color: rgb(134,124,219); }
td.TdClassName
{
border-color: #867CDB;
}
.TagClassName
{
border-color: #867CDB;
}
</style>