Shades of Medium Slate Blue #805DFC
Tints of Medium Slate Blue #805DFC
RGB
CMYK
RGB Variations
Color information
#805DFC (or 0x805DFC) is known color: Medium Slate Blue. HEX triplet: 80, 5D and FC. RGB value is (128,93,252). Sum of RGB (Red+Green+Blue) = 128+93+252=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #805DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805DFC is #7FA203. Grayscale: #787878. Windows color (decimal): -8364548 or 16539008. OLE color: 16539008.
HSL color Cylindrical-coordinate representation of color #805DFC: hue angle of 253.21º degrees, saturation: 0.96, 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 #805DFC is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 93 | 252 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.01 |
| HSL | 253.21º | 0.96% | 0.68% | - |
| HSV(B) | 253.21º | 0.63% | 0.99% | - |
| XYZ | 30.39 | 19.45 | 94.25 | - |
| YUV | 121.59 | 201.6 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 252 | 0.49 | 0.63 | 0 | 0.01 | 253.21 | 0.96 | 0.68 |
| Hex | 80 | 5D | FC | 31 | 3F | 0 | 1 | FD | 60 | 44 |
| Octal | 200 | 135 | 374 | 61 | 77 | 0 | 1 | 375 | 140 | 104 |
| Binary | 10000000 | 1011101 | 11111100 | 110001 | 111111 | 0 | 1 | 11111101 | 1100000 | 1000100 |
Color Harmonies of #805DFC
Complementary color
Monochromatic Colors of #805DFC
Black with #805DFC
Text Example
Text Example
White with #805DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805DFC; }
p { color: rgb(128,93,252); }
H1.HeaderClassName
{
color: #805DFC;
}
.AnyTagClassName
{
color: #805DFC;
}
</style>
background-color css
<style>
a { background-color: #805DFC; }
a { background-color: rgb(128,93,252); }
div.DivClassName
{
background-color: #805DFC;
}
.BgClassName
{
background-color: #805DFC;
}
</style>
border-color css
<style>
span { border-color: #805DFC; }
span { border-color: rgb(128,93,252); }
td.TdClassName
{
border-color: #805DFC;
}
.TagClassName
{
border-color: #805DFC;
}
</style>