Shades of Medium Slate Blue #805DE5
Tints of Medium Slate Blue #805DE5
RGB
CMYK
RGB Variations
Color information
#805DE5 (or 0x805DE5) is known color: Medium Slate Blue. HEX triplet: 80, 5D and E5. RGB value is (128,93,229). Sum of RGB (Red+Green+Blue) = 128+93+229=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 229 (89.84% from 255 or 50.89% from 450); Max value from RGB is 229 - color contains mainly: blue. Hex color #805DE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805DE5 is #7FA21A. Grayscale: #767676. Windows color (decimal): -8364571 or 15031680. OLE color: 15031680.
HSL color Cylindrical-coordinate representation of color #805DE5: hue angle of 255.44º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #805DE5 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 93 | 229 | - |
| CMYK | 0.44 | 0.59 | 0 | 0.10 |
| HSL | 255.44º | 0.72% | 0.63% | - |
| HSV(B) | 255.44º | 0.59% | 0.9% | - |
| XYZ | 26.96 | 18.08 | 76.2 | - |
| YUV | 118.97 | 190.1 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 229 | 0.44 | 0.59 | 0 | 0.10 | 255.44 | 0.72 | 0.63 |
| Hex | 80 | 5D | E5 | 2C | 3B | 0 | A | FF | 48 | 3F |
| Octal | 200 | 135 | 345 | 54 | 73 | 0 | 12 | 377 | 110 | 77 |
| Binary | 10000000 | 1011101 | 11100101 | 101100 | 111011 | 0 | 1010 | 11111111 | 1001000 | 111111 |
Color Harmonies of #805DE5
Complementary color
Monochromatic Colors of #805DE5
Black with #805DE5
Text Example
Text Example
White with #805DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805DE5; }
p { color: rgb(128,93,229); }
H1.HeaderClassName
{
color: #805DE5;
}
.AnyTagClassName
{
color: #805DE5;
}
</style>
background-color css
<style>
a { background-color: #805DE5; }
a { background-color: rgb(128,93,229); }
div.DivClassName
{
background-color: #805DE5;
}
.BgClassName
{
background-color: #805DE5;
}
</style>
border-color css
<style>
span { border-color: #805DE5; }
span { border-color: rgb(128,93,229); }
td.TdClassName
{
border-color: #805DE5;
}
.TagClassName
{
border-color: #805DE5;
}
</style>