Shades of Moody Blue #867BCA
Tints of Moody Blue #867BCA
RGB
CMYK
RGB Variations
Color information
#867BCA (or 0x867BCA) is known color: Moody Blue. HEX triplet: 86, 7B and CA. RGB value is (134,123,202). Sum of RGB (Red+Green+Blue) = 134+123+202=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #867BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867BCA is #798435. Grayscale: #868686. Windows color (decimal): -7963702 or 13269894. OLE color: 13269894.
HSL color Cylindrical-coordinate representation of color #867BCA: hue angle of 248.35º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #867BCA is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 123 | 202 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.21 |
| HSL | 248.35º | 0.43% | 0.64% | - |
| HSV(B) | 248.35º | 0.39% | 0.79% | - |
| XYZ | 27.58 | 23.5 | 58.96 | - |
| YUV | 135.3 | 165.64 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 202 | 0.34 | 0.39 | 0 | 0.21 | 248.35 | 0.43 | 0.64 |
| Hex | 86 | 7B | CA | 22 | 27 | 0 | 15 | F8 | 2B | 40 |
| Octal | 206 | 173 | 312 | 42 | 47 | 0 | 25 | 370 | 53 | 100 |
| Binary | 10000110 | 1111011 | 11001010 | 100010 | 100111 | 0 | 10101 | 11111000 | 101011 | 1000000 |
Color Harmonies of #867BCA
Complementary color
Monochromatic Colors of #867BCA
Black with #867BCA
Text Example
Text Example
White with #867BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867BCA; }
p { color: rgb(134,123,202); }
H1.HeaderClassName
{
color: #867BCA;
}
.AnyTagClassName
{
color: #867BCA;
}
</style>
background-color css
<style>
a { background-color: #867BCA; }
a { background-color: rgb(134,123,202); }
div.DivClassName
{
background-color: #867BCA;
}
.BgClassName
{
background-color: #867BCA;
}
</style>
border-color css
<style>
span { border-color: #867BCA; }
span { border-color: rgb(134,123,202); }
td.TdClassName
{
border-color: #867BCA;
}
.TagClassName
{
border-color: #867BCA;
}
</style>