Shades of Moody Blue #867DCA
Tints of Moody Blue #867DCA
RGB
CMYK
RGB Variations
Color information
#867DCA (or 0x867DCA) is known color: Moody Blue. HEX triplet: 86, 7D and CA. RGB value is (134,125,202). Sum of RGB (Red+Green+Blue) = 134+125+202=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #867DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867DCA is #798235. Grayscale: #888888. Windows color (decimal): -7963190 or 13270406. OLE color: 13270406.
HSL color Cylindrical-coordinate representation of color #867DCA: hue angle of 247.01º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #867DCA is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 125 | 202 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.21 |
| HSL | 247.01º | 0.42% | 0.64% | - |
| HSV(B) | 247.01º | 0.38% | 0.79% | - |
| XYZ | 27.83 | 24 | 59.04 | - |
| YUV | 136.47 | 164.98 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 202 | 0.34 | 0.38 | 0 | 0.21 | 247.01 | 0.42 | 0.64 |
| Hex | 86 | 7D | CA | 22 | 26 | 0 | 15 | F7 | 2A | 40 |
| Octal | 206 | 175 | 312 | 42 | 46 | 0 | 25 | 367 | 52 | 100 |
| Binary | 10000110 | 1111101 | 11001010 | 100010 | 100110 | 0 | 10101 | 11110111 | 101010 | 1000000 |
Color Harmonies of #867DCA
Complementary color
Monochromatic Colors of #867DCA
Black with #867DCA
Text Example
Text Example
White with #867DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867DCA; }
p { color: rgb(134,125,202); }
H1.HeaderClassName
{
color: #867DCA;
}
.AnyTagClassName
{
color: #867DCA;
}
</style>
background-color css
<style>
a { background-color: #867DCA; }
a { background-color: rgb(134,125,202); }
div.DivClassName
{
background-color: #867DCA;
}
.BgClassName
{
background-color: #867DCA;
}
</style>
border-color css
<style>
span { border-color: #867DCA; }
span { border-color: rgb(134,125,202); }
td.TdClassName
{
border-color: #867DCA;
}
.TagClassName
{
border-color: #867DCA;
}
</style>