Shades of Moody Blue #867ACD
Tints of Moody Blue #867ACD
RGB
CMYK
RGB Variations
Color information
#867ACD (or 0x867ACD) is known color: Moody Blue. HEX triplet: 86, 7A and CD. RGB value is (134,122,205). Sum of RGB (Red+Green+Blue) = 134+122+205=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #867ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867ACD is #798532. Grayscale: #868686. Windows color (decimal): -7963955 or 13466246. OLE color: 13466246.
HSL color Cylindrical-coordinate representation of color #867ACD: hue angle of 248.67º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #867ACD is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 122 | 205 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.20 |
| HSL | 248.67º | 0.45% | 0.64% | - |
| HSV(B) | 248.67º | 0.4% | 0.8% | - |
| XYZ | 27.81 | 23.4 | 60.81 | - |
| YUV | 135.05 | 167.48 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 122 | 205 | 0.35 | 0.40 | 0 | 0.20 | 248.67 | 0.45 | 0.64 |
| Hex | 86 | 7A | CD | 23 | 28 | 0 | 14 | F9 | 2D | 40 |
| Octal | 206 | 172 | 315 | 43 | 50 | 0 | 24 | 371 | 55 | 100 |
| Binary | 10000110 | 1111010 | 11001101 | 100011 | 101000 | 0 | 10100 | 11111001 | 101101 | 1000000 |
Color Harmonies of #867ACD
Complementary color
Monochromatic Colors of #867ACD
Black with #867ACD
Text Example
Text Example
White with #867ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867ACD; }
p { color: rgb(134,122,205); }
H1.HeaderClassName
{
color: #867ACD;
}
.AnyTagClassName
{
color: #867ACD;
}
</style>
background-color css
<style>
a { background-color: #867ACD; }
a { background-color: rgb(134,122,205); }
div.DivClassName
{
background-color: #867ACD;
}
.BgClassName
{
background-color: #867ACD;
}
</style>
border-color css
<style>
span { border-color: #867ACD; }
span { border-color: rgb(134,122,205); }
td.TdClassName
{
border-color: #867ACD;
}
.TagClassName
{
border-color: #867ACD;
}
</style>