Shades of Moody Blue #867ACB
Tints of Moody Blue #867ACB
RGB
CMYK
RGB Variations
Color information
#867ACB (or 0x867ACB) is known color: Moody Blue. HEX triplet: 86, 7A and CB. RGB value is (134,122,203). Sum of RGB (Red+Green+Blue) = 134+122+203=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #867ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867ACB is #798534. Grayscale: #868686. Windows color (decimal): -7963957 or 13335174. OLE color: 13335174.
HSL color Cylindrical-coordinate representation of color #867ACB: hue angle of 248.89º degrees, saturation: 0.44, 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 #867ACB is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 122 | 203 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.20 |
| HSL | 248.89º | 0.44% | 0.64% | - |
| HSV(B) | 248.89º | 0.4% | 0.8% | - |
| XYZ | 27.57 | 23.3 | 59.54 | - |
| YUV | 134.82 | 166.48 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 122 | 203 | 0.34 | 0.40 | 0 | 0.20 | 248.89 | 0.44 | 0.64 |
| Hex | 86 | 7A | CB | 22 | 28 | 0 | 14 | F9 | 2C | 40 |
| Octal | 206 | 172 | 313 | 42 | 50 | 0 | 24 | 371 | 54 | 100 |
| Binary | 10000110 | 1111010 | 11001011 | 100010 | 101000 | 0 | 10100 | 11111001 | 101100 | 1000000 |
Color Harmonies of #867ACB
Complementary color
Monochromatic Colors of #867ACB
Black with #867ACB
Text Example
Text Example
White with #867ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867ACB; }
p { color: rgb(134,122,203); }
H1.HeaderClassName
{
color: #867ACB;
}
.AnyTagClassName
{
color: #867ACB;
}
</style>
background-color css
<style>
a { background-color: #867ACB; }
a { background-color: rgb(134,122,203); }
div.DivClassName
{
background-color: #867ACB;
}
.BgClassName
{
background-color: #867ACB;
}
</style>
border-color css
<style>
span { border-color: #867ACB; }
span { border-color: rgb(134,122,203); }
td.TdClassName
{
border-color: #867ACB;
}
.TagClassName
{
border-color: #867ACB;
}
</style>