Shades of Moody Blue #867ADD
Tints of Moody Blue #867ADD
RGB
CMYK
RGB Variations
Color information
#867ADD (or 0x867ADD) is known color: Moody Blue. HEX triplet: 86, 7A and DD. RGB value is (134,122,221). Sum of RGB (Red+Green+Blue) = 134+122+221=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #867ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867ADD is #798522. Grayscale: #888888. Windows color (decimal): -7963939 or 14514822. OLE color: 14514822.
HSL color Cylindrical-coordinate representation of color #867ADD: hue angle of 247.27º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #867ADD is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 122 | 221 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.13 |
| HSL | 247.27º | 0.59% | 0.67% | - |
| HSV(B) | 247.27º | 0.45% | 0.87% | - |
| XYZ | 29.84 | 24.21 | 71.51 | - |
| YUV | 136.87 | 175.48 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 122 | 221 | 0.39 | 0.45 | 0 | 0.13 | 247.27 | 0.59 | 0.67 |
| Hex | 86 | 7A | DD | 27 | 2D | 0 | D | F7 | 3B | 43 |
| Octal | 206 | 172 | 335 | 47 | 55 | 0 | 15 | 367 | 73 | 103 |
| Binary | 10000110 | 1111010 | 11011101 | 100111 | 101101 | 0 | 1101 | 11110111 | 111011 | 1000011 |
Color Harmonies of #867ADD
Complementary color
Monochromatic Colors of #867ADD
Black with #867ADD
Text Example
Text Example
White with #867ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867ADD; }
p { color: rgb(134,122,221); }
H1.HeaderClassName
{
color: #867ADD;
}
.AnyTagClassName
{
color: #867ADD;
}
</style>
background-color css
<style>
a { background-color: #867ADD; }
a { background-color: rgb(134,122,221); }
div.DivClassName
{
background-color: #867ADD;
}
.BgClassName
{
background-color: #867ADD;
}
</style>
border-color css
<style>
span { border-color: #867ADD; }
span { border-color: rgb(134,122,221); }
td.TdClassName
{
border-color: #867ADD;
}
.TagClassName
{
border-color: #867ADD;
}
</style>