Shades of Medium Slate Blue #805EF7
Tints of Medium Slate Blue #805EF7
RGB
CMYK
RGB Variations
Color information
#805EF7 (or 0x805EF7) is known color: Medium Slate Blue. HEX triplet: 80, 5E and F7. RGB value is (128,94,247). Sum of RGB (Red+Green+Blue) = 128+94+247=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 247 (96.88% from 255 or 52.67% from 469); Max value from RGB is 247 - color contains mainly: blue. Hex color #805EF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805EF7 is #7FA108. Grayscale: #797979. Windows color (decimal): -8364297 or 16211584. OLE color: 16211584.
HSL color Cylindrical-coordinate representation of color #805EF7: hue angle of 253.33º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #805EF7 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 94 | 247 | - |
| CMYK | 0.48 | 0.62 | 0 | 0.03 |
| HSL | 253.33º | 0.91% | 0.67% | - |
| HSV(B) | 253.33º | 0.62% | 0.97% | - |
| XYZ | 29.69 | 19.31 | 90.16 | - |
| YUV | 121.61 | 198.76 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 247 | 0.48 | 0.62 | 0 | 0.03 | 253.33 | 0.91 | 0.67 |
| Hex | 80 | 5E | F7 | 30 | 3E | 0 | 3 | FD | 5B | 43 |
| Octal | 200 | 136 | 367 | 60 | 76 | 0 | 3 | 375 | 133 | 103 |
| Binary | 10000000 | 1011110 | 11110111 | 110000 | 111110 | 0 | 11 | 11111101 | 1011011 | 1000011 |
Color Harmonies of #805EF7
Complementary color
Monochromatic Colors of #805EF7
Black with #805EF7
Text Example
Text Example
White with #805EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805EF7; }
p { color: rgb(128,94,247); }
H1.HeaderClassName
{
color: #805EF7;
}
.AnyTagClassName
{
color: #805EF7;
}
</style>
background-color css
<style>
a { background-color: #805EF7; }
a { background-color: rgb(128,94,247); }
div.DivClassName
{
background-color: #805EF7;
}
.BgClassName
{
background-color: #805EF7;
}
</style>
border-color css
<style>
span { border-color: #805EF7; }
span { border-color: rgb(128,94,247); }
td.TdClassName
{
border-color: #805EF7;
}
.TagClassName
{
border-color: #805EF7;
}
</style>