Shades of Medium Slate Blue #805ADF
Tints of Medium Slate Blue #805ADF
RGB
CMYK
RGB Variations
Color information
#805ADF (or 0x805ADF) is known color: Medium Slate Blue. HEX triplet: 80, 5A and DF. RGB value is (128,90,223). Sum of RGB (Red+Green+Blue) = 128+90+223=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #805ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805ADF is #7FA520. Grayscale: #747474. Windows color (decimal): -8365345 or 14637696. OLE color: 14637696.
HSL color Cylindrical-coordinate representation of color #805ADF: hue angle of 257.14º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #805ADF is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 90 | 223 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.13 |
| HSL | 257.14º | 0.68% | 0.61% | - |
| HSV(B) | 257.14º | 0.6% | 0.87% | - |
| XYZ | 25.88 | 17.23 | 71.77 | - |
| YUV | 116.52 | 188.09 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 223 | 0.43 | 0.60 | 0 | 0.13 | 257.14 | 0.68 | 0.61 |
| Hex | 80 | 5A | DF | 2B | 3C | 0 | D | 101 | 44 | 3D |
| Octal | 200 | 132 | 337 | 53 | 74 | 0 | 15 | 401 | 104 | 75 |
| Binary | 10000000 | 1011010 | 11011111 | 101011 | 111100 | 0 | 1101 | 100000001 | 1000100 | 111101 |
Color Harmonies of #805ADF
Complementary color
Monochromatic Colors of #805ADF
Black with #805ADF
Text Example
Text Example
White with #805ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805ADF; }
p { color: rgb(128,90,223); }
H1.HeaderClassName
{
color: #805ADF;
}
.AnyTagClassName
{
color: #805ADF;
}
</style>
background-color css
<style>
a { background-color: #805ADF; }
a { background-color: rgb(128,90,223); }
div.DivClassName
{
background-color: #805ADF;
}
.BgClassName
{
background-color: #805ADF;
}
</style>
border-color css
<style>
span { border-color: #805ADF; }
span { border-color: rgb(128,90,223); }
td.TdClassName
{
border-color: #805ADF;
}
.TagClassName
{
border-color: #805ADF;
}
</style>