Shades of Medium Slate Blue #805AEC
Tints of Medium Slate Blue #805AEC
RGB
CMYK
RGB Variations
Color information
#805AEC (or 0x805AEC) is known color: Medium Slate Blue. HEX triplet: 80, 5A and EC. RGB value is (128,90,236). Sum of RGB (Red+Green+Blue) = 128+90+236=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #805AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805AEC is #7FA513. Grayscale: #757575. Windows color (decimal): -8365332 or 15489664. OLE color: 15489664.
HSL color Cylindrical-coordinate representation of color #805AEC: hue angle of 255.62º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #805AEC is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 90 | 236 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.07 |
| HSL | 255.62º | 0.79% | 0.64% | - |
| HSV(B) | 255.62º | 0.62% | 0.93% | - |
| XYZ | 27.7 | 17.96 | 81.36 | - |
| YUV | 118.01 | 194.59 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 236 | 0.46 | 0.62 | 0 | 0.07 | 255.62 | 0.79 | 0.64 |
| Hex | 80 | 5A | EC | 2E | 3E | 0 | 7 | 100 | 4F | 40 |
| Octal | 200 | 132 | 354 | 56 | 76 | 0 | 7 | 400 | 117 | 100 |
| Binary | 10000000 | 1011010 | 11101100 | 101110 | 111110 | 0 | 111 | 100000000 | 1001111 | 1000000 |
Color Harmonies of #805AEC
Complementary color
Monochromatic Colors of #805AEC
Black with #805AEC
Text Example
Text Example
White with #805AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805AEC; }
p { color: rgb(128,90,236); }
H1.HeaderClassName
{
color: #805AEC;
}
.AnyTagClassName
{
color: #805AEC;
}
</style>
background-color css
<style>
a { background-color: #805AEC; }
a { background-color: rgb(128,90,236); }
div.DivClassName
{
background-color: #805AEC;
}
.BgClassName
{
background-color: #805AEC;
}
</style>
border-color css
<style>
span { border-color: #805AEC; }
span { border-color: rgb(128,90,236); }
td.TdClassName
{
border-color: #805AEC;
}
.TagClassName
{
border-color: #805AEC;
}
</style>