Shades of Moody Blue #867CC2
Tints of Moody Blue #867CC2
RGB
CMYK
RGB Variations
Color information
#867CC2 (or 0x867CC2) is known color: Moody Blue. HEX triplet: 86, 7C and C2. RGB value is (134,124,194). Sum of RGB (Red+Green+Blue) = 134+124+194=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 194 - color contains mainly: blue. Hex color #867CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867CC2 is #79833D. Grayscale: #868686. Windows color (decimal): -7963454 or 12745862. OLE color: 12745862.
HSL color Cylindrical-coordinate representation of color #867CC2: hue angle of 248.57º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #867CC2 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 124 | 194 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.24 |
| HSL | 248.57º | 0.36% | 0.62% | - |
| HSV(B) | 248.57º | 0.36% | 0.76% | - |
| XYZ | 26.78 | 23.38 | 54.14 | - |
| YUV | 134.97 | 161.31 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 124 | 194 | 0.31 | 0.36 | 0 | 0.24 | 248.57 | 0.36 | 0.62 |
| Hex | 86 | 7C | C2 | 1F | 24 | 0 | 18 | F9 | 24 | 3E |
| Octal | 206 | 174 | 302 | 37 | 44 | 0 | 30 | 371 | 44 | 76 |
| Binary | 10000110 | 1111100 | 11000010 | 11111 | 100100 | 0 | 11000 | 11111001 | 100100 | 111110 |
Color Harmonies of #867CC2
Complementary color
Monochromatic Colors of #867CC2
Black with #867CC2
Text Example
Text Example
White with #867CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867CC2; }
p { color: rgb(134,124,194); }
H1.HeaderClassName
{
color: #867CC2;
}
.AnyTagClassName
{
color: #867CC2;
}
</style>
background-color css
<style>
a { background-color: #867CC2; }
a { background-color: rgb(134,124,194); }
div.DivClassName
{
background-color: #867CC2;
}
.BgClassName
{
background-color: #867CC2;
}
</style>
border-color css
<style>
span { border-color: #867CC2; }
span { border-color: rgb(134,124,194); }
td.TdClassName
{
border-color: #867CC2;
}
.TagClassName
{
border-color: #867CC2;
}
</style>