Shades of Medium Slate Blue #805DF8
Tints of Medium Slate Blue #805DF8
RGB
CMYK
RGB Variations
Color information
#805DF8 (or 0x805DF8) is known color: Medium Slate Blue. HEX triplet: 80, 5D and F8. RGB value is (128,93,248). Sum of RGB (Red+Green+Blue) = 128+93+248=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 248 (97.27% from 255 or 52.88% from 469); Max value from RGB is 248 - color contains mainly: blue. Hex color #805DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805DF8 is #7FA207. Grayscale: #787878. Windows color (decimal): -8364552 or 16276864. OLE color: 16276864.
HSL color Cylindrical-coordinate representation of color #805DF8: hue angle of 253.55º degrees, saturation: 0.92, 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 #805DF8 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 93 | 248 | - |
| CMYK | 0.48 | 0.62 | 0 | 0.03 |
| HSL | 253.55º | 0.92% | 0.67% | - |
| HSV(B) | 253.55º | 0.63% | 0.97% | - |
| XYZ | 29.76 | 19.2 | 90.94 | - |
| YUV | 121.14 | 199.6 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 248 | 0.48 | 0.62 | 0 | 0.03 | 253.55 | 0.92 | 0.67 |
| Hex | 80 | 5D | F8 | 30 | 3E | 0 | 3 | FE | 5C | 43 |
| Octal | 200 | 135 | 370 | 60 | 76 | 0 | 3 | 376 | 134 | 103 |
| Binary | 10000000 | 1011101 | 11111000 | 110000 | 111110 | 0 | 11 | 11111110 | 1011100 | 1000011 |
Color Harmonies of #805DF8
Complementary color
Monochromatic Colors of #805DF8
Black with #805DF8
Text Example
Text Example
White with #805DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805DF8; }
p { color: rgb(128,93,248); }
H1.HeaderClassName
{
color: #805DF8;
}
.AnyTagClassName
{
color: #805DF8;
}
</style>
background-color css
<style>
a { background-color: #805DF8; }
a { background-color: rgb(128,93,248); }
div.DivClassName
{
background-color: #805DF8;
}
.BgClassName
{
background-color: #805DF8;
}
</style>
border-color css
<style>
span { border-color: #805DF8; }
span { border-color: rgb(128,93,248); }
td.TdClassName
{
border-color: #805DF8;
}
.TagClassName
{
border-color: #805DF8;
}
</style>