Shades of Medium Slate Blue #805FDC
Tints of Medium Slate Blue #805FDC
RGB
CMYK
RGB Variations
Color information
#805FDC (or 0x805FDC) is known color: Medium Slate Blue. HEX triplet: 80, 5F and DC. RGB value is (128,95,220). Sum of RGB (Red+Green+Blue) = 128+95+220=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #805FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805FDC is #7FA023. Grayscale: #767676. Windows color (decimal): -8364068 or 14442368. OLE color: 14442368.
HSL color Cylindrical-coordinate representation of color #805FDC: hue angle of 255.84º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #805FDC is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 95 | 220 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.14 |
| HSL | 255.84º | 0.64% | 0.62% | - |
| HSV(B) | 255.84º | 0.57% | 0.86% | - |
| XYZ | 25.91 | 17.94 | 69.81 | - |
| YUV | 119.12 | 184.93 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 220 | 0.42 | 0.57 | 0 | 0.14 | 255.84 | 0.64 | 0.62 |
| Hex | 80 | 5F | DC | 2A | 39 | 0 | E | 100 | 40 | 3E |
| Octal | 200 | 137 | 334 | 52 | 71 | 0 | 16 | 400 | 100 | 76 |
| Binary | 10000000 | 1011111 | 11011100 | 101010 | 111001 | 0 | 1110 | 100000000 | 1000000 | 111110 |
Color Harmonies of #805FDC
Complementary color
Monochromatic Colors of #805FDC
Black with #805FDC
Text Example
Text Example
White with #805FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805FDC; }
p { color: rgb(128,95,220); }
H1.HeaderClassName
{
color: #805FDC;
}
.AnyTagClassName
{
color: #805FDC;
}
</style>
background-color css
<style>
a { background-color: #805FDC; }
a { background-color: rgb(128,95,220); }
div.DivClassName
{
background-color: #805FDC;
}
.BgClassName
{
background-color: #805FDC;
}
</style>
border-color css
<style>
span { border-color: #805FDC; }
span { border-color: rgb(128,95,220); }
td.TdClassName
{
border-color: #805FDC;
}
.TagClassName
{
border-color: #805FDC;
}
</style>