Shades of Medium Slate Blue #805BDA
Tints of Medium Slate Blue #805BDA
RGB
CMYK
RGB Variations
Color information
#805BDA (or 0x805BDA) is known color: Medium Slate Blue. HEX triplet: 80, 5B and DA. RGB value is (128,91,218). Sum of RGB (Red+Green+Blue) = 128+91+218=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #805BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805BDA is #7FA425. Grayscale: #747474. Windows color (decimal): -8365094 or 14310272. OLE color: 14310272.
HSL color Cylindrical-coordinate representation of color #805BDA: hue angle of 257.48º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #805BDA is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 91 | 218 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.15 |
| HSL | 257.48º | 0.63% | 0.61% | - |
| HSV(B) | 257.48º | 0.58% | 0.85% | - |
| XYZ | 25.3 | 17.13 | 68.3 | - |
| YUV | 116.54 | 185.26 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 91 | 218 | 0.41 | 0.58 | 0 | 0.15 | 257.48 | 0.63 | 0.61 |
| Hex | 80 | 5B | DA | 29 | 3A | 0 | F | 101 | 3F | 3D |
| Octal | 200 | 133 | 332 | 51 | 72 | 0 | 17 | 401 | 77 | 75 |
| Binary | 10000000 | 1011011 | 11011010 | 101001 | 111010 | 0 | 1111 | 100000001 | 111111 | 111101 |
Color Harmonies of #805BDA
Complementary color
Monochromatic Colors of #805BDA
Black with #805BDA
Text Example
Text Example
White with #805BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805BDA; }
p { color: rgb(128,91,218); }
H1.HeaderClassName
{
color: #805BDA;
}
.AnyTagClassName
{
color: #805BDA;
}
</style>
background-color css
<style>
a { background-color: #805BDA; }
a { background-color: rgb(128,91,218); }
div.DivClassName
{
background-color: #805BDA;
}
.BgClassName
{
background-color: #805BDA;
}
</style>
border-color css
<style>
span { border-color: #805BDA; }
span { border-color: rgb(128,91,218); }
td.TdClassName
{
border-color: #805BDA;
}
.TagClassName
{
border-color: #805BDA;
}
</style>