Shades of Moody Blue #867DD1
Tints of Moody Blue #867DD1
RGB
CMYK
RGB Variations
Color information
#867DD1 (or 0x867DD1) is known color: Moody Blue. HEX triplet: 86, 7D and D1. RGB value is (134,125,209). Sum of RGB (Red+Green+Blue) = 134+125+209=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 209 - color contains mainly: blue. Hex color #867DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867DD1 is #79822E. Grayscale: #888888. Windows color (decimal): -7963183 or 13729158. OLE color: 13729158.
HSL color Cylindrical-coordinate representation of color #867DD1: hue angle of 246.43º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #867DD1 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 125 | 209 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.18 |
| HSL | 246.43º | 0.48% | 0.65% | - |
| HSV(B) | 246.43º | 0.4% | 0.82% | - |
| XYZ | 28.67 | 24.34 | 63.51 | - |
| YUV | 137.27 | 168.48 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 209 | 0.36 | 0.40 | 0 | 0.18 | 246.43 | 0.48 | 0.65 |
| Hex | 86 | 7D | D1 | 24 | 28 | 0 | 12 | F6 | 30 | 41 |
| Octal | 206 | 175 | 321 | 44 | 50 | 0 | 22 | 366 | 60 | 101 |
| Binary | 10000110 | 1111101 | 11010001 | 100100 | 101000 | 0 | 10010 | 11110110 | 110000 | 1000001 |
Color Harmonies of #867DD1
Complementary color
Monochromatic Colors of #867DD1
Black with #867DD1
Text Example
Text Example
White with #867DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867DD1; }
p { color: rgb(134,125,209); }
H1.HeaderClassName
{
color: #867DD1;
}
.AnyTagClassName
{
color: #867DD1;
}
</style>
background-color css
<style>
a { background-color: #867DD1; }
a { background-color: rgb(134,125,209); }
div.DivClassName
{
background-color: #867DD1;
}
.BgClassName
{
background-color: #867DD1;
}
</style>
border-color css
<style>
span { border-color: #867DD1; }
span { border-color: rgb(134,125,209); }
td.TdClassName
{
border-color: #867DD1;
}
.TagClassName
{
border-color: #867DD1;
}
</style>