Shades of Medium Slate Blue #805ADE
Tints of Medium Slate Blue #805ADE
RGB
CMYK
RGB Variations
Color information
#805ADE (or 0x805ADE) is known color: Medium Slate Blue. HEX triplet: 80, 5A and DE. RGB value is (128,90,222). Sum of RGB (Red+Green+Blue) = 128+90+222=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #805ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805ADE is #7FA521. Grayscale: #737373. Windows color (decimal): -8365346 or 14572160. OLE color: 14572160.
HSL color Cylindrical-coordinate representation of color #805ADE: hue angle of 257.27º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #805ADE is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 90 | 222 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.13 |
| HSL | 257.27º | 0.67% | 0.61% | - |
| HSV(B) | 257.27º | 0.59% | 0.87% | - |
| XYZ | 25.74 | 17.18 | 71.07 | - |
| YUV | 116.41 | 187.59 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 222 | 0.42 | 0.59 | 0 | 0.13 | 257.27 | 0.67 | 0.61 |
| Hex | 80 | 5A | DE | 2A | 3B | 0 | D | 101 | 43 | 3D |
| Octal | 200 | 132 | 336 | 52 | 73 | 0 | 15 | 401 | 103 | 75 |
| Binary | 10000000 | 1011010 | 11011110 | 101010 | 111011 | 0 | 1101 | 100000001 | 1000011 | 111101 |
Color Harmonies of #805ADE
Complementary color
Monochromatic Colors of #805ADE
Black with #805ADE
Text Example
Text Example
White with #805ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805ADE; }
p { color: rgb(128,90,222); }
H1.HeaderClassName
{
color: #805ADE;
}
.AnyTagClassName
{
color: #805ADE;
}
</style>
background-color css
<style>
a { background-color: #805ADE; }
a { background-color: rgb(128,90,222); }
div.DivClassName
{
background-color: #805ADE;
}
.BgClassName
{
background-color: #805ADE;
}
</style>
border-color css
<style>
span { border-color: #805ADE; }
span { border-color: rgb(128,90,222); }
td.TdClassName
{
border-color: #805ADE;
}
.TagClassName
{
border-color: #805ADE;
}
</style>