Shades of Medium Slate Blue #805EEE
Tints of Medium Slate Blue #805EEE
RGB
CMYK
RGB Variations
Color information
#805EEE (or 0x805EEE) is known color: Medium Slate Blue. HEX triplet: 80, 5E and EE. RGB value is (128,94,238). Sum of RGB (Red+Green+Blue) = 128+94+238=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #805EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805EEE is #7FA111. Grayscale: #787878. Windows color (decimal): -8364306 or 15621760. OLE color: 15621760.
HSL color Cylindrical-coordinate representation of color #805EEE: hue angle of 254.17º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #805EEE is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 94 | 238 | - |
| CMYK | 0.46 | 0.61 | 0 | 0.07 |
| HSL | 254.17º | 0.81% | 0.65% | - |
| HSV(B) | 254.17º | 0.61% | 0.93% | - |
| XYZ | 28.34 | 18.77 | 83.02 | - |
| YUV | 120.58 | 194.26 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 238 | 0.46 | 0.61 | 0 | 0.07 | 254.17 | 0.81 | 0.65 |
| Hex | 80 | 5E | EE | 2E | 3D | 0 | 7 | FE | 51 | 41 |
| Octal | 200 | 136 | 356 | 56 | 75 | 0 | 7 | 376 | 121 | 101 |
| Binary | 10000000 | 1011110 | 11101110 | 101110 | 111101 | 0 | 111 | 11111110 | 1010001 | 1000001 |
Color Harmonies of #805EEE
Complementary color
Monochromatic Colors of #805EEE
Black with #805EEE
Text Example
Text Example
White with #805EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805EEE; }
p { color: rgb(128,94,238); }
H1.HeaderClassName
{
color: #805EEE;
}
.AnyTagClassName
{
color: #805EEE;
}
</style>
background-color css
<style>
a { background-color: #805EEE; }
a { background-color: rgb(128,94,238); }
div.DivClassName
{
background-color: #805EEE;
}
.BgClassName
{
background-color: #805EEE;
}
</style>
border-color css
<style>
span { border-color: #805EEE; }
span { border-color: rgb(128,94,238); }
td.TdClassName
{
border-color: #805EEE;
}
.TagClassName
{
border-color: #805EEE;
}
</style>