Shades of Medium Slate Blue #805FEC
Tints of Medium Slate Blue #805FEC
RGB
CMYK
RGB Variations
Color information
#805FEC (or 0x805FEC) is known color: Medium Slate Blue. HEX triplet: 80, 5F and EC. RGB value is (128,95,236). Sum of RGB (Red+Green+Blue) = 128+95+236=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #805FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805FEC is #7FA013. Grayscale: #787878. Windows color (decimal): -8364052 or 15490944. OLE color: 15490944.
HSL color Cylindrical-coordinate representation of color #805FEC: hue angle of 254.04º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #805FEC is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 95 | 236 | - |
| CMYK | 0.46 | 0.60 | 0 | 0.07 |
| HSL | 254.04º | 0.79% | 0.65% | - |
| HSV(B) | 254.04º | 0.6% | 0.93% | - |
| XYZ | 28.13 | 18.83 | 81.51 | - |
| YUV | 120.94 | 192.93 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 236 | 0.46 | 0.60 | 0 | 0.07 | 254.04 | 0.79 | 0.65 |
| Hex | 80 | 5F | EC | 2E | 3C | 0 | 7 | FE | 4F | 41 |
| Octal | 200 | 137 | 354 | 56 | 74 | 0 | 7 | 376 | 117 | 101 |
| Binary | 10000000 | 1011111 | 11101100 | 101110 | 111100 | 0 | 111 | 11111110 | 1001111 | 1000001 |
Color Harmonies of #805FEC
Complementary color
Monochromatic Colors of #805FEC
Black with #805FEC
Text Example
Text Example
White with #805FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805FEC; }
p { color: rgb(128,95,236); }
H1.HeaderClassName
{
color: #805FEC;
}
.AnyTagClassName
{
color: #805FEC;
}
</style>
background-color css
<style>
a { background-color: #805FEC; }
a { background-color: rgb(128,95,236); }
div.DivClassName
{
background-color: #805FEC;
}
.BgClassName
{
background-color: #805FEC;
}
</style>
border-color css
<style>
span { border-color: #805FEC; }
span { border-color: rgb(128,95,236); }
td.TdClassName
{
border-color: #805FEC;
}
.TagClassName
{
border-color: #805FEC;
}
</style>