Shades of Medium Slate Blue #805FEB
Tints of Medium Slate Blue #805FEB
RGB
CMYK
RGB Variations
Color information
#805FEB (or 0x805FEB) is known color: Medium Slate Blue. HEX triplet: 80, 5F and EB. RGB value is (128,95,235). Sum of RGB (Red+Green+Blue) = 128+95+235=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 95 (37.5% from 255 or 20.74% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #805FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805FEB is #7FA014. Grayscale: #787878. Windows color (decimal): -8364053 or 15425408. OLE color: 15425408.
HSL color Cylindrical-coordinate representation of color #805FEB: hue angle of 254.14º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #805FEB is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 95 | 235 | - |
| CMYK | 0.46 | 0.60 | 0 | 0.08 |
| HSL | 254.14º | 0.78% | 0.65% | - |
| HSV(B) | 254.14º | 0.6% | 0.92% | - |
| XYZ | 27.99 | 18.77 | 80.75 | - |
| YUV | 120.83 | 192.43 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 235 | 0.46 | 0.60 | 0 | 0.08 | 254.14 | 0.78 | 0.65 |
| Hex | 80 | 5F | EB | 2E | 3C | 0 | 8 | FE | 4E | 41 |
| Octal | 200 | 137 | 353 | 56 | 74 | 0 | 10 | 376 | 116 | 101 |
| Binary | 10000000 | 1011111 | 11101011 | 101110 | 111100 | 0 | 1000 | 11111110 | 1001110 | 1000001 |
Color Harmonies of #805FEB
Complementary color
Monochromatic Colors of #805FEB
Black with #805FEB
Text Example
Text Example
White with #805FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805FEB; }
p { color: rgb(128,95,235); }
H1.HeaderClassName
{
color: #805FEB;
}
.AnyTagClassName
{
color: #805FEB;
}
</style>
background-color css
<style>
a { background-color: #805FEB; }
a { background-color: rgb(128,95,235); }
div.DivClassName
{
background-color: #805FEB;
}
.BgClassName
{
background-color: #805FEB;
}
</style>
border-color css
<style>
span { border-color: #805FEB; }
span { border-color: rgb(128,95,235); }
td.TdClassName
{
border-color: #805FEB;
}
.TagClassName
{
border-color: #805FEB;
}
</style>