Shades of Medium Slate Blue #805FE6
Tints of Medium Slate Blue #805FE6
RGB
CMYK
RGB Variations
Color information
#805FE6 (or 0x805FE6) is known color: Medium Slate Blue. HEX triplet: 80, 5F and E6. RGB value is (128,95,230). Sum of RGB (Red+Green+Blue) = 128+95+230=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 230 (90.23% from 255 or 50.77% from 453); Max value from RGB is 230 - color contains mainly: blue. Hex color #805FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805FE6 is #7FA019. Grayscale: #777777. Windows color (decimal): -8364058 or 15097728. OLE color: 15097728.
HSL color Cylindrical-coordinate representation of color #805FE6: hue angle of 254.67º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #805FE6 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 95 | 230 | - |
| CMYK | 0.44 | 0.59 | 0 | 0.10 |
| HSL | 254.67º | 0.73% | 0.64% | - |
| HSV(B) | 254.67º | 0.59% | 0.9% | - |
| XYZ | 27.28 | 18.49 | 76.99 | - |
| YUV | 120.26 | 189.93 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 230 | 0.44 | 0.59 | 0 | 0.10 | 254.67 | 0.73 | 0.64 |
| Hex | 80 | 5F | E6 | 2C | 3B | 0 | A | FF | 49 | 40 |
| Octal | 200 | 137 | 346 | 54 | 73 | 0 | 12 | 377 | 111 | 100 |
| Binary | 10000000 | 1011111 | 11100110 | 101100 | 111011 | 0 | 1010 | 11111111 | 1001001 | 1000000 |
Color Harmonies of #805FE6
Complementary color
Monochromatic Colors of #805FE6
Black with #805FE6
Text Example
Text Example
White with #805FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805FE6; }
p { color: rgb(128,95,230); }
H1.HeaderClassName
{
color: #805FE6;
}
.AnyTagClassName
{
color: #805FE6;
}
</style>
background-color css
<style>
a { background-color: #805FE6; }
a { background-color: rgb(128,95,230); }
div.DivClassName
{
background-color: #805FE6;
}
.BgClassName
{
background-color: #805FE6;
}
</style>
border-color css
<style>
span { border-color: #805FE6; }
span { border-color: rgb(128,95,230); }
td.TdClassName
{
border-color: #805FE6;
}
.TagClassName
{
border-color: #805FE6;
}
</style>