Shades of Medium Slate Blue #805ADB
Tints of Medium Slate Blue #805ADB
RGB
CMYK
RGB Variations
Color information
#805ADB (or 0x805ADB) is known color: Medium Slate Blue. HEX triplet: 80, 5A and DB. RGB value is (128,90,219). Sum of RGB (Red+Green+Blue) = 128+90+219=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #805ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805ADB is #7FA524. Grayscale: #737373. Windows color (decimal): -8365349 or 14375552. OLE color: 14375552.
HSL color Cylindrical-coordinate representation of color #805ADB: hue angle of 257.67º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #805ADB is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 90 | 219 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.14 |
| HSL | 257.67º | 0.64% | 0.61% | - |
| HSV(B) | 257.67º | 0.59% | 0.86% | - |
| XYZ | 25.34 | 17.02 | 68.97 | - |
| YUV | 116.07 | 186.09 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 219 | 0.42 | 0.59 | 0 | 0.14 | 257.67 | 0.64 | 0.61 |
| Hex | 80 | 5A | DB | 2A | 3B | 0 | E | 102 | 40 | 3D |
| Octal | 200 | 132 | 333 | 52 | 73 | 0 | 16 | 402 | 100 | 75 |
| Binary | 10000000 | 1011010 | 11011011 | 101010 | 111011 | 0 | 1110 | 100000010 | 1000000 | 111101 |
Color Harmonies of #805ADB
Complementary color
Monochromatic Colors of #805ADB
Black with #805ADB
Text Example
Text Example
White with #805ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805ADB; }
p { color: rgb(128,90,219); }
H1.HeaderClassName
{
color: #805ADB;
}
.AnyTagClassName
{
color: #805ADB;
}
</style>
background-color css
<style>
a { background-color: #805ADB; }
a { background-color: rgb(128,90,219); }
div.DivClassName
{
background-color: #805ADB;
}
.BgClassName
{
background-color: #805ADB;
}
</style>
border-color css
<style>
span { border-color: #805ADB; }
span { border-color: rgb(128,90,219); }
td.TdClassName
{
border-color: #805ADB;
}
.TagClassName
{
border-color: #805ADB;
}
</style>