Shades of Moody Blue #867BC8
Tints of Moody Blue #867BC8
RGB
CMYK
RGB Variations
Color information
#867BC8 (or 0x867BC8) is known color: Moody Blue. HEX triplet: 86, 7B and C8. RGB value is (134,123,200). Sum of RGB (Red+Green+Blue) = 134+123+200=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 200 - color contains mainly: blue. Hex color #867BC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867BC8 is #798437. Grayscale: #868686. Windows color (decimal): -7963704 or 13138822. OLE color: 13138822.
HSL color Cylindrical-coordinate representation of color #867BC8: hue angle of 248.57º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #867BC8 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 123 | 200 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.22 |
| HSL | 248.57º | 0.41% | 0.63% | - |
| HSV(B) | 248.57º | 0.39% | 0.78% | - |
| XYZ | 27.34 | 23.4 | 57.72 | - |
| YUV | 135.07 | 164.64 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 200 | 0.33 | 0.38 | 0 | 0.22 | 248.57 | 0.41 | 0.63 |
| Hex | 86 | 7B | C8 | 21 | 26 | 0 | 16 | F9 | 29 | 3F |
| Octal | 206 | 173 | 310 | 41 | 46 | 0 | 26 | 371 | 51 | 77 |
| Binary | 10000110 | 1111011 | 11001000 | 100001 | 100110 | 0 | 10110 | 11111001 | 101001 | 111111 |
Color Harmonies of #867BC8
Complementary color
Monochromatic Colors of #867BC8
Black with #867BC8
Text Example
Text Example
White with #867BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867BC8; }
p { color: rgb(134,123,200); }
H1.HeaderClassName
{
color: #867BC8;
}
.AnyTagClassName
{
color: #867BC8;
}
</style>
background-color css
<style>
a { background-color: #867BC8; }
a { background-color: rgb(134,123,200); }
div.DivClassName
{
background-color: #867BC8;
}
.BgClassName
{
background-color: #867BC8;
}
</style>
border-color css
<style>
span { border-color: #867BC8; }
span { border-color: rgb(134,123,200); }
td.TdClassName
{
border-color: #867BC8;
}
.TagClassName
{
border-color: #867BC8;
}
</style>