Shades of Moody Blue #867DC7
Tints of Moody Blue #867DC7
RGB
CMYK
RGB Variations
Color information
#867DC7 (or 0x867DC7) is known color: Moody Blue. HEX triplet: 86, 7D and C7. RGB value is (134,125,199). Sum of RGB (Red+Green+Blue) = 134+125+199=458 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.26% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 199 (78.12% from 255 or 43.45% from 458); Max value from RGB is 199 - color contains mainly: blue. Hex color #867DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867DC7 is #798238. Grayscale: #878787. Windows color (decimal): -7963193 or 13073798. OLE color: 13073798.
HSL color Cylindrical-coordinate representation of color #867DC7: hue angle of 247.3º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #867DC7 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 125 | 199 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.22 |
| HSL | 247.3º | 0.4% | 0.64% | - |
| HSV(B) | 247.3º | 0.37% | 0.78% | - |
| XYZ | 27.47 | 23.86 | 57.19 | - |
| YUV | 136.13 | 163.48 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 199 | 0.33 | 0.37 | 0 | 0.22 | 247.3 | 0.4 | 0.64 |
| Hex | 86 | 7D | C7 | 21 | 25 | 0 | 16 | F7 | 28 | 40 |
| Octal | 206 | 175 | 307 | 41 | 45 | 0 | 26 | 367 | 50 | 100 |
| Binary | 10000110 | 1111101 | 11000111 | 100001 | 100101 | 0 | 10110 | 11110111 | 101000 | 1000000 |
Color Harmonies of #867DC7
Complementary color
Monochromatic Colors of #867DC7
Black with #867DC7
Text Example
Text Example
White with #867DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867DC7; }
p { color: rgb(134,125,199); }
H1.HeaderClassName
{
color: #867DC7;
}
.AnyTagClassName
{
color: #867DC7;
}
</style>
background-color css
<style>
a { background-color: #867DC7; }
a { background-color: rgb(134,125,199); }
div.DivClassName
{
background-color: #867DC7;
}
.BgClassName
{
background-color: #867DC7;
}
</style>
border-color css
<style>
span { border-color: #867DC7; }
span { border-color: rgb(134,125,199); }
td.TdClassName
{
border-color: #867DC7;
}
.TagClassName
{
border-color: #867DC7;
}
</style>