Shades of Medium Slate Blue #805DF5
Tints of Medium Slate Blue #805DF5
RGB
CMYK
RGB Variations
Color information
#805DF5 (or 0x805DF5) is known color: Medium Slate Blue. HEX triplet: 80, 5D and F5. RGB value is (128,93,245). Sum of RGB (Red+Green+Blue) = 128+93+245=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 245 (96.09% from 255 or 52.58% from 466); Max value from RGB is 245 - color contains mainly: blue. Hex color #805DF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805DF5 is #7FA20A. Grayscale: #787878. Windows color (decimal): -8364555 or 16080256. OLE color: 16080256.
HSL color Cylindrical-coordinate representation of color #805DF5: hue angle of 253.82º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #805DF5 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 93 | 245 | - |
| CMYK | 0.48 | 0.62 | 0 | 0.04 |
| HSL | 253.82º | 0.88% | 0.66% | - |
| HSV(B) | 253.82º | 0.62% | 0.96% | - |
| XYZ | 29.3 | 19.01 | 88.51 | - |
| YUV | 120.79 | 198.1 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 245 | 0.48 | 0.62 | 0 | 0.04 | 253.82 | 0.88 | 0.66 |
| Hex | 80 | 5D | F5 | 30 | 3E | 0 | 4 | FE | 58 | 42 |
| Octal | 200 | 135 | 365 | 60 | 76 | 0 | 4 | 376 | 130 | 102 |
| Binary | 10000000 | 1011101 | 11110101 | 110000 | 111110 | 0 | 100 | 11111110 | 1011000 | 1000010 |
Color Harmonies of #805DF5
Complementary color
Monochromatic Colors of #805DF5
Black with #805DF5
Text Example
Text Example
White with #805DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805DF5; }
p { color: rgb(128,93,245); }
H1.HeaderClassName
{
color: #805DF5;
}
.AnyTagClassName
{
color: #805DF5;
}
</style>
background-color css
<style>
a { background-color: #805DF5; }
a { background-color: rgb(128,93,245); }
div.DivClassName
{
background-color: #805DF5;
}
.BgClassName
{
background-color: #805DF5;
}
</style>
border-color css
<style>
span { border-color: #805DF5; }
span { border-color: rgb(128,93,245); }
td.TdClassName
{
border-color: #805DF5;
}
.TagClassName
{
border-color: #805DF5;
}
</style>