Shades of Medium Slate Blue #805DFD
Tints of Medium Slate Blue #805DFD
RGB
CMYK
RGB Variations
Color information
#805DFD (or 0x805DFD) is known color: Medium Slate Blue. HEX triplet: 80, 5D and FD. RGB value is (128,93,253). Sum of RGB (Red+Green+Blue) = 128+93+253=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #805DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805DFD is #7FA202. Grayscale: #797979. Windows color (decimal): -8364547 or 16604544. OLE color: 16604544.
HSL color Cylindrical-coordinate representation of color #805DFD: hue angle of 253.12º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #805DFD is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 93 | 253 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.01 |
| HSL | 253.13º | 0.98% | 0.68% | - |
| HSV(B) | 253.13º | 0.63% | 0.99% | - |
| XYZ | 30.55 | 19.51 | 95.08 | - |
| YUV | 121.71 | 202.1 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 253 | 0.49 | 0.63 | 0 | 0.01 | 253.13 | 0.98 | 0.68 |
| Hex | 80 | 5D | FD | 31 | 3F | 0 | 1 | FD | 62 | 44 |
| Octal | 200 | 135 | 375 | 61 | 77 | 0 | 1 | 375 | 142 | 104 |
| Binary | 10000000 | 1011101 | 11111101 | 110001 | 111111 | 0 | 1 | 11111101 | 1100010 | 1000100 |
Color Harmonies of #805DFD
Complementary color
Monochromatic Colors of #805DFD
Black with #805DFD
Text Example
Text Example
White with #805DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805DFD; }
p { color: rgb(128,93,253); }
H1.HeaderClassName
{
color: #805DFD;
}
.AnyTagClassName
{
color: #805DFD;
}
</style>
background-color css
<style>
a { background-color: #805DFD; }
a { background-color: rgb(128,93,253); }
div.DivClassName
{
background-color: #805DFD;
}
.BgClassName
{
background-color: #805DFD;
}
</style>
border-color css
<style>
span { border-color: #805DFD; }
span { border-color: rgb(128,93,253); }
td.TdClassName
{
border-color: #805DFD;
}
.TagClassName
{
border-color: #805DFD;
}
</style>