Shades of Moody Blue #867FDB
Tints of Moody Blue #867FDB
RGB
CMYK
RGB Variations
Color information
#867FDB (or 0x867FDB) is known color: Moody Blue. HEX triplet: 86, 7F and DB. RGB value is (134,127,219). Sum of RGB (Red+Green+Blue) = 134+127+219=480 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.92% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #867FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867FDB is #798024. Grayscale: #8B8B8B. Windows color (decimal): -7962661 or 14385030. OLE color: 14385030.
HSL color Cylindrical-coordinate representation of color #867FDB: hue angle of 244.57º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #867FDB is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 127 | 219 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.14 |
| HSL | 244.57º | 0.56% | 0.68% | - |
| HSV(B) | 244.57º | 0.42% | 0.86% | - |
| XYZ | 30.21 | 25.36 | 70.32 | - |
| YUV | 139.58 | 172.82 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 127 | 219 | 0.39 | 0.42 | 0 | 0.14 | 244.57 | 0.56 | 0.68 |
| Hex | 86 | 7F | DB | 27 | 2A | 0 | E | F5 | 38 | 44 |
| Octal | 206 | 177 | 333 | 47 | 52 | 0 | 16 | 365 | 70 | 104 |
| Binary | 10000110 | 1111111 | 11011011 | 100111 | 101010 | 0 | 1110 | 11110101 | 111000 | 1000100 |
Color Harmonies of #867FDB
Complementary color
Monochromatic Colors of #867FDB
Black with #867FDB
Text Example
Text Example
White with #867FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867FDB; }
p { color: rgb(134,127,219); }
H1.HeaderClassName
{
color: #867FDB;
}
.AnyTagClassName
{
color: #867FDB;
}
</style>
background-color css
<style>
a { background-color: #867FDB; }
a { background-color: rgb(134,127,219); }
div.DivClassName
{
background-color: #867FDB;
}
.BgClassName
{
background-color: #867FDB;
}
</style>
border-color css
<style>
span { border-color: #867FDB; }
span { border-color: rgb(134,127,219); }
td.TdClassName
{
border-color: #867FDB;
}
.TagClassName
{
border-color: #867FDB;
}
</style>