Shades of Medium Slate Blue #805BE3
Tints of Medium Slate Blue #805BE3
RGB
CMYK
RGB Variations
Color information
#805BE3 (or 0x805BE3) is known color: Medium Slate Blue. HEX triplet: 80, 5B and E3. RGB value is (128,91,227). Sum of RGB (Red+Green+Blue) = 128+91+227=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 227 (89.06% from 255 or 50.90% from 446); Max value from RGB is 227 - color contains mainly: blue. Hex color #805BE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805BE3 is #7FA41C. Grayscale: #757575. Windows color (decimal): -8365085 or 14900096. OLE color: 14900096.
HSL color Cylindrical-coordinate representation of color #805BE3: hue angle of 256.32º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #805BE3 is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 91 | 227 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.11 |
| HSL | 256.32º | 0.71% | 0.62% | - |
| HSV(B) | 256.32º | 0.6% | 0.89% | - |
| XYZ | 26.51 | 17.62 | 74.68 | - |
| YUV | 117.57 | 189.76 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 91 | 227 | 0.44 | 0.60 | 0 | 0.11 | 256.32 | 0.71 | 0.62 |
| Hex | 80 | 5B | E3 | 2C | 3C | 0 | B | 100 | 47 | 3E |
| Octal | 200 | 133 | 343 | 54 | 74 | 0 | 13 | 400 | 107 | 76 |
| Binary | 10000000 | 1011011 | 11100011 | 101100 | 111100 | 0 | 1011 | 100000000 | 1000111 | 111110 |
Color Harmonies of #805BE3
Complementary color
Monochromatic Colors of #805BE3
Black with #805BE3
Text Example
Text Example
White with #805BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805BE3; }
p { color: rgb(128,91,227); }
H1.HeaderClassName
{
color: #805BE3;
}
.AnyTagClassName
{
color: #805BE3;
}
</style>
background-color css
<style>
a { background-color: #805BE3; }
a { background-color: rgb(128,91,227); }
div.DivClassName
{
background-color: #805BE3;
}
.BgClassName
{
background-color: #805BE3;
}
</style>
border-color css
<style>
span { border-color: #805BE3; }
span { border-color: rgb(128,91,227); }
td.TdClassName
{
border-color: #805BE3;
}
.TagClassName
{
border-color: #805BE3;
}
</style>