Shades of Medium Slate Blue #805FEF
Tints of Medium Slate Blue #805FEF
RGB
CMYK
RGB Variations
Color information
#805FEF (or 0x805FEF) is known color: Medium Slate Blue. HEX triplet: 80, 5F and EF. RGB value is (128,95,239). Sum of RGB (Red+Green+Blue) = 128+95+239=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 95 (37.5% from 255 or 20.56% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #805FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805FEF is #7FA010. Grayscale: #787878. Windows color (decimal): -8364049 or 15687552. OLE color: 15687552.
HSL color Cylindrical-coordinate representation of color #805FEF: hue angle of 253.75º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #805FEF is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 95 | 239 | - |
| CMYK | 0.46 | 0.60 | 0 | 0.06 |
| HSL | 253.75º | 0.82% | 0.65% | - |
| HSV(B) | 253.75º | 0.6% | 0.94% | - |
| XYZ | 28.57 | 19.01 | 83.82 | - |
| YUV | 121.28 | 194.43 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 239 | 0.46 | 0.60 | 0 | 0.06 | 253.75 | 0.82 | 0.65 |
| Hex | 80 | 5F | EF | 2E | 3C | 0 | 6 | FE | 52 | 41 |
| Octal | 200 | 137 | 357 | 56 | 74 | 0 | 6 | 376 | 122 | 101 |
| Binary | 10000000 | 1011111 | 11101111 | 101110 | 111100 | 0 | 110 | 11111110 | 1010010 | 1000001 |
Color Harmonies of #805FEF
Complementary color
Monochromatic Colors of #805FEF
Black with #805FEF
Text Example
Text Example
White with #805FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805FEF; }
p { color: rgb(128,95,239); }
H1.HeaderClassName
{
color: #805FEF;
}
.AnyTagClassName
{
color: #805FEF;
}
</style>
background-color css
<style>
a { background-color: #805FEF; }
a { background-color: rgb(128,95,239); }
div.DivClassName
{
background-color: #805FEF;
}
.BgClassName
{
background-color: #805FEF;
}
</style>
border-color css
<style>
span { border-color: #805FEF; }
span { border-color: rgb(128,95,239); }
td.TdClassName
{
border-color: #805FEF;
}
.TagClassName
{
border-color: #805FEF;
}
</style>