Shades of Moody Blue #867CBC
Tints of Moody Blue #867CBC
RGB
CMYK
RGB Variations
Color information
#867CBC (or 0x867CBC) is known color: Moody Blue. HEX triplet: 86, 7C and BC. RGB value is (134,124,188). Sum of RGB (Red+Green+Blue) = 134+124+188=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #867CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867CBC is #798343. Grayscale: #868686. Windows color (decimal): -7963460 or 12352646. OLE color: 12352646.
HSL color Cylindrical-coordinate representation of color #867CBC: hue angle of 249.38º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #867CBC is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 124 | 188 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.26 |
| HSL | 249.38º | 0.32% | 0.61% | - |
| HSV(B) | 249.38º | 0.34% | 0.74% | - |
| XYZ | 26.12 | 23.11 | 50.66 | - |
| YUV | 134.29 | 158.31 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 124 | 188 | 0.29 | 0.34 | 0 | 0.26 | 249.38 | 0.32 | 0.61 |
| Hex | 86 | 7C | BC | 1D | 22 | 0 | 1A | F9 | 20 | 3D |
| Octal | 206 | 174 | 274 | 35 | 42 | 0 | 32 | 371 | 40 | 75 |
| Binary | 10000110 | 1111100 | 10111100 | 11101 | 100010 | 0 | 11010 | 11111001 | 100000 | 111101 |
Color Harmonies of #867CBC
Complementary color
Monochromatic Colors of #867CBC
Black with #867CBC
Text Example
Text Example
White with #867CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867CBC; }
p { color: rgb(134,124,188); }
H1.HeaderClassName
{
color: #867CBC;
}
.AnyTagClassName
{
color: #867CBC;
}
</style>
background-color css
<style>
a { background-color: #867CBC; }
a { background-color: rgb(134,124,188); }
div.DivClassName
{
background-color: #867CBC;
}
.BgClassName
{
background-color: #867CBC;
}
</style>
border-color css
<style>
span { border-color: #867CBC; }
span { border-color: rgb(134,124,188); }
td.TdClassName
{
border-color: #867CBC;
}
.TagClassName
{
border-color: #867CBC;
}
</style>