Shades of Medium Slate Blue #805BDD
Tints of Medium Slate Blue #805BDD
RGB
CMYK
RGB Variations
Color information
#805BDD (or 0x805BDD) is known color: Medium Slate Blue. HEX triplet: 80, 5B and DD. RGB value is (128,91,221). Sum of RGB (Red+Green+Blue) = 128+91+221=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #805BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805BDD is #7FA422. Grayscale: #747474. Windows color (decimal): -8365091 or 14506880. OLE color: 14506880.
HSL color Cylindrical-coordinate representation of color #805BDD: hue angle of 257.08º degrees, saturation: 0.66, 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 #805BDD is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 91 | 221 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.13 |
| HSL | 257.08º | 0.66% | 0.61% | - |
| HSV(B) | 257.08º | 0.59% | 0.87% | - |
| XYZ | 25.69 | 17.29 | 70.39 | - |
| YUV | 116.88 | 186.76 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 91 | 221 | 0.42 | 0.59 | 0 | 0.13 | 257.08 | 0.66 | 0.61 |
| Hex | 80 | 5B | DD | 2A | 3B | 0 | D | 101 | 42 | 3D |
| Octal | 200 | 133 | 335 | 52 | 73 | 0 | 15 | 401 | 102 | 75 |
| Binary | 10000000 | 1011011 | 11011101 | 101010 | 111011 | 0 | 1101 | 100000001 | 1000010 | 111101 |
Color Harmonies of #805BDD
Complementary color
Monochromatic Colors of #805BDD
Black with #805BDD
Text Example
Text Example
White with #805BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805BDD; }
p { color: rgb(128,91,221); }
H1.HeaderClassName
{
color: #805BDD;
}
.AnyTagClassName
{
color: #805BDD;
}
</style>
background-color css
<style>
a { background-color: #805BDD; }
a { background-color: rgb(128,91,221); }
div.DivClassName
{
background-color: #805BDD;
}
.BgClassName
{
background-color: #805BDD;
}
</style>
border-color css
<style>
span { border-color: #805BDD; }
span { border-color: rgb(128,91,221); }
td.TdClassName
{
border-color: #805BDD;
}
.TagClassName
{
border-color: #805BDD;
}
</style>