Shades of Medium Slate Blue #8C51EB
Tints of Medium Slate Blue #8C51EB
RGB
CMYK
RGB Variations
Color information
#8C51EB (or 0x8C51EB) is known color: Medium Slate Blue. HEX triplet: 8C, 51 and EB. RGB value is (140,81,235). Sum of RGB (Red+Green+Blue) = 140+81+235=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C51EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C51EB is #73AE14. Grayscale: #737373. Windows color (decimal): -7581205 or 15421836. OLE color: 15421836.
HSL color Cylindrical-coordinate representation of color #8C51EB: hue angle of 262.99º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C51EB is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 81 | 235 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.08 |
| HSL | 262.99º | 0.79% | 0.62% | - |
| HSV(B) | 262.99º | 0.66% | 0.92% | - |
| XYZ | 28.75 | 17.46 | 80.45 | - |
| YUV | 116.2 | 195.05 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 81 | 235 | 0.40 | 0.66 | 0 | 0.08 | 262.99 | 0.79 | 0.62 |
| Hex | 8C | 51 | EB | 28 | 42 | 0 | 8 | 107 | 4F | 3E |
| Octal | 214 | 121 | 353 | 50 | 102 | 0 | 10 | 407 | 117 | 76 |
| Binary | 10001100 | 1010001 | 11101011 | 101000 | 1000010 | 0 | 1000 | 100000111 | 1001111 | 111110 |
Color Harmonies of #8C51EB
Complementary color
Monochromatic Colors of #8C51EB
Black with #8C51EB
Text Example
Text Example
White with #8C51EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C51EB; }
p { color: rgb(140,81,235); }
H1.HeaderClassName
{
color: #8C51EB;
}
.AnyTagClassName
{
color: #8C51EB;
}
</style>
background-color css
<style>
a { background-color: #8C51EB; }
a { background-color: rgb(140,81,235); }
div.DivClassName
{
background-color: #8C51EB;
}
.BgClassName
{
background-color: #8C51EB;
}
</style>
border-color css
<style>
span { border-color: #8C51EB; }
span { border-color: rgb(140,81,235); }
td.TdClassName
{
border-color: #8C51EB;
}
.TagClassName
{
border-color: #8C51EB;
}
</style>