Shades of Moody Blue #867BCD
Tints of Moody Blue #867BCD
RGB
CMYK
RGB Variations
Color information
#867BCD (or 0x867BCD) is known color: Moody Blue. HEX triplet: 86, 7B and CD. RGB value is (134,123,205). Sum of RGB (Red+Green+Blue) = 134+123+205=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #867BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867BCD is #798432. Grayscale: #878787. Windows color (decimal): -7963699 or 13466502. OLE color: 13466502.
HSL color Cylindrical-coordinate representation of color #867BCD: hue angle of 248.05º 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 #867BCD is Cyan = 0.35, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 123 | 205 | - |
| CMYK | 0.35 | 0.4 | 0 | 0.20 |
| HSL | 248.05º | 0.45% | 0.64% | - |
| HSV(B) | 248.05º | 0.4% | 0.8% | - |
| XYZ | 27.93 | 23.64 | 60.85 | - |
| YUV | 135.64 | 167.14 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 205 | 0.35 | 0.4 | 0 | 0.20 | 248.05 | 0.45 | 0.64 |
| Hex | 86 | 7B | CD | 23 | 28 | 0 | 14 | F8 | 2D | 40 |
| Octal | 206 | 173 | 315 | 43 | 50 | 0 | 24 | 370 | 55 | 100 |
| Binary | 10000110 | 1111011 | 11001101 | 100011 | 101000 | 0 | 10100 | 11111000 | 101101 | 1000000 |
Color Harmonies of #867BCD
Complementary color
Monochromatic Colors of #867BCD
Black with #867BCD
Text Example
Text Example
White with #867BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867BCD; }
p { color: rgb(134,123,205); }
H1.HeaderClassName
{
color: #867BCD;
}
.AnyTagClassName
{
color: #867BCD;
}
</style>
background-color css
<style>
a { background-color: #867BCD; }
a { background-color: rgb(134,123,205); }
div.DivClassName
{
background-color: #867BCD;
}
.BgClassName
{
background-color: #867BCD;
}
</style>
border-color css
<style>
span { border-color: #867BCD; }
span { border-color: rgb(134,123,205); }
td.TdClassName
{
border-color: #867BCD;
}
.TagClassName
{
border-color: #867BCD;
}
</style>