Shades of Medium Slate Blue #867CE8
Tints of Medium Slate Blue #867CE8
RGB
CMYK
RGB Variations
Color information
#867CE8 (or 0x867CE8) is known color: Medium Slate Blue. HEX triplet: 86, 7C and E8. RGB value is (134,124,232). Sum of RGB (Red+Green+Blue) = 134+124+232=490 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.35% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 232 (91.02% from 255 or 47.35% from 490); Max value from RGB is 232 - color contains mainly: blue. Hex color #867CE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867CE8 is #798317. Grayscale: #8A8A8A. Windows color (decimal): -7963416 or 15236230. OLE color: 15236230.
HSL color Cylindrical-coordinate representation of color #867CE8: hue angle of 245.56º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #867CE8 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 124 | 232 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.09 |
| HSL | 245.56º | 0.7% | 0.7% | - |
| HSV(B) | 245.56º | 0.47% | 0.91% | - |
| XYZ | 31.6 | 25.31 | 79.56 | - |
| YUV | 139.3 | 180.31 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 124 | 232 | 0.42 | 0.47 | 0 | 0.09 | 245.56 | 0.7 | 0.7 |
| Hex | 86 | 7C | E8 | 2A | 2F | 0 | 9 | F6 | 46 | 46 |
| Octal | 206 | 174 | 350 | 52 | 57 | 0 | 11 | 366 | 106 | 106 |
| Binary | 10000110 | 1111100 | 11101000 | 101010 | 101111 | 0 | 1001 | 11110110 | 1000110 | 1000110 |
Color Harmonies of #867CE8
Complementary color
Monochromatic Colors of #867CE8
Black with #867CE8
Text Example
Text Example
White with #867CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867CE8; }
p { color: rgb(134,124,232); }
H1.HeaderClassName
{
color: #867CE8;
}
.AnyTagClassName
{
color: #867CE8;
}
</style>
background-color css
<style>
a { background-color: #867CE8; }
a { background-color: rgb(134,124,232); }
div.DivClassName
{
background-color: #867CE8;
}
.BgClassName
{
background-color: #867CE8;
}
</style>
border-color css
<style>
span { border-color: #867CE8; }
span { border-color: rgb(134,124,232); }
td.TdClassName
{
border-color: #867CE8;
}
.TagClassName
{
border-color: #867CE8;
}
</style>