Shades of Medium Slate Blue #867BE8
Tints of Medium Slate Blue #867BE8
RGB
CMYK
RGB Variations
Color information
#867BE8 (or 0x867BE8) is known color: Medium Slate Blue. HEX triplet: 86, 7B and E8. RGB value is (134,123,232). Sum of RGB (Red+Green+Blue) = 134+123+232=489 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.40% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 232 (91.02% from 255 or 47.44% from 489); Max value from RGB is 232 - color contains mainly: blue. Hex color #867BE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867BE8 is #798417. Grayscale: #8A8A8A. Windows color (decimal): -7963672 or 15235974. OLE color: 15235974.
HSL color Cylindrical-coordinate representation of color #867BE8: hue angle of 246.06º 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 #867BE8 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 123 | 232 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.09 |
| HSL | 246.06º | 0.7% | 0.7% | - |
| HSV(B) | 246.06º | 0.47% | 0.91% | - |
| XYZ | 31.48 | 25.06 | 79.52 | - |
| YUV | 138.72 | 180.64 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 232 | 0.42 | 0.47 | 0 | 0.09 | 246.06 | 0.7 | 0.7 |
| Hex | 86 | 7B | E8 | 2A | 2F | 0 | 9 | F6 | 46 | 46 |
| Octal | 206 | 173 | 350 | 52 | 57 | 0 | 11 | 366 | 106 | 106 |
| Binary | 10000110 | 1111011 | 11101000 | 101010 | 101111 | 0 | 1001 | 11110110 | 1000110 | 1000110 |
Color Harmonies of #867BE8
Complementary color
Monochromatic Colors of #867BE8
Black with #867BE8
Text Example
Text Example
White with #867BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867BE8; }
p { color: rgb(134,123,232); }
H1.HeaderClassName
{
color: #867BE8;
}
.AnyTagClassName
{
color: #867BE8;
}
</style>
background-color css
<style>
a { background-color: #867BE8; }
a { background-color: rgb(134,123,232); }
div.DivClassName
{
background-color: #867BE8;
}
.BgClassName
{
background-color: #867BE8;
}
</style>
border-color css
<style>
span { border-color: #867BE8; }
span { border-color: rgb(134,123,232); }
td.TdClassName
{
border-color: #867BE8;
}
.TagClassName
{
border-color: #867BE8;
}
</style>