Shades of Moody Blue #867BC0
Tints of Moody Blue #867BC0
RGB
CMYK
RGB Variations
Color information
#867BC0 (or 0x867BC0) is known color: Moody Blue. HEX triplet: 86, 7B and C0. RGB value is (134,123,192). Sum of RGB (Red+Green+Blue) = 134+123+192=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: blue. Hex color #867BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867BC0 is #79843F. Grayscale: #858585. Windows color (decimal): -7963712 or 12614534. OLE color: 12614534.
HSL color Cylindrical-coordinate representation of color #867BC0: hue angle of 249.57º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #867BC0 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 123 | 192 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.25 |
| HSL | 249.57º | 0.35% | 0.62% | - |
| HSV(B) | 249.57º | 0.36% | 0.75% | - |
| XYZ | 26.43 | 23.04 | 52.92 | - |
| YUV | 134.16 | 160.64 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 192 | 0.30 | 0.36 | 0 | 0.25 | 249.57 | 0.35 | 0.62 |
| Hex | 86 | 7B | C0 | 1E | 24 | 0 | 19 | FA | 23 | 3E |
| Octal | 206 | 173 | 300 | 36 | 44 | 0 | 31 | 372 | 43 | 76 |
| Binary | 10000110 | 1111011 | 11000000 | 11110 | 100100 | 0 | 11001 | 11111010 | 100011 | 111110 |
Color Harmonies of #867BC0
Complementary color
Monochromatic Colors of #867BC0
Black with #867BC0
Text Example
Text Example
White with #867BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867BC0; }
p { color: rgb(134,123,192); }
H1.HeaderClassName
{
color: #867BC0;
}
.AnyTagClassName
{
color: #867BC0;
}
</style>
background-color css
<style>
a { background-color: #867BC0; }
a { background-color: rgb(134,123,192); }
div.DivClassName
{
background-color: #867BC0;
}
.BgClassName
{
background-color: #867BC0;
}
</style>
border-color css
<style>
span { border-color: #867BC0; }
span { border-color: rgb(134,123,192); }
td.TdClassName
{
border-color: #867BC0;
}
.TagClassName
{
border-color: #867BC0;
}
</style>