Shades of Medium Slate Blue #805AEF
Tints of Medium Slate Blue #805AEF
RGB
CMYK
RGB Variations
Color information
#805AEF (or 0x805AEF) is known color: Medium Slate Blue. HEX triplet: 80, 5A and EF. RGB value is (128,90,239). Sum of RGB (Red+Green+Blue) = 128+90+239=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #805AEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805AEF is #7FA510. Grayscale: #757575. Windows color (decimal): -8365329 or 15686272. OLE color: 15686272.
HSL color Cylindrical-coordinate representation of color #805AEF: hue angle of 255.3º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #805AEF is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 90 | 239 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.06 |
| HSL | 255.3º | 0.82% | 0.65% | - |
| HSV(B) | 255.3º | 0.62% | 0.94% | - |
| XYZ | 28.14 | 18.13 | 83.68 | - |
| YUV | 118.35 | 196.09 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 239 | 0.46 | 0.62 | 0 | 0.06 | 255.3 | 0.82 | 0.65 |
| Hex | 80 | 5A | EF | 2E | 3E | 0 | 6 | FF | 52 | 41 |
| Octal | 200 | 132 | 357 | 56 | 76 | 0 | 6 | 377 | 122 | 101 |
| Binary | 10000000 | 1011010 | 11101111 | 101110 | 111110 | 0 | 110 | 11111111 | 1010010 | 1000001 |
Color Harmonies of #805AEF
Complementary color
Monochromatic Colors of #805AEF
Black with #805AEF
Text Example
Text Example
White with #805AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805AEF; }
p { color: rgb(128,90,239); }
H1.HeaderClassName
{
color: #805AEF;
}
.AnyTagClassName
{
color: #805AEF;
}
</style>
background-color css
<style>
a { background-color: #805AEF; }
a { background-color: rgb(128,90,239); }
div.DivClassName
{
background-color: #805AEF;
}
.BgClassName
{
background-color: #805AEF;
}
</style>
border-color css
<style>
span { border-color: #805AEF; }
span { border-color: rgb(128,90,239); }
td.TdClassName
{
border-color: #805AEF;
}
.TagClassName
{
border-color: #805AEF;
}
</style>