Shades of Medium Slate Blue #8058EF
Tints of Medium Slate Blue #8058EF
RGB
CMYK
RGB Variations
Color information
#8058EF (or 0x8058EF) is known color: Medium Slate Blue. HEX triplet: 80, 58 and EF. RGB value is (128,88,239). Sum of RGB (Red+Green+Blue) = 128+88+239=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #8058EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8058EF is #7FA710. Grayscale: #747474. Windows color (decimal): -8365841 or 15685760. OLE color: 15685760.
HSL color Cylindrical-coordinate representation of color #8058EF: hue angle of 255.89º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8058EF is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 88 | 239 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.06 |
| HSL | 255.89º | 0.83% | 0.64% | - |
| HSV(B) | 255.89º | 0.63% | 0.94% | - |
| XYZ | 27.97 | 17.8 | 83.62 | - |
| YUV | 117.17 | 196.75 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 88 | 239 | 0.46 | 0.63 | 0 | 0.06 | 255.89 | 0.83 | 0.64 |
| Hex | 80 | 58 | EF | 2E | 3F | 0 | 6 | 100 | 53 | 40 |
| Octal | 200 | 130 | 357 | 56 | 77 | 0 | 6 | 400 | 123 | 100 |
| Binary | 10000000 | 1011000 | 11101111 | 101110 | 111111 | 0 | 110 | 100000000 | 1010011 | 1000000 |
Color Harmonies of #8058EF
Complementary color
Monochromatic Colors of #8058EF
Black with #8058EF
Text Example
Text Example
White with #8058EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8058EF; }
p { color: rgb(128,88,239); }
H1.HeaderClassName
{
color: #8058EF;
}
.AnyTagClassName
{
color: #8058EF;
}
</style>
background-color css
<style>
a { background-color: #8058EF; }
a { background-color: rgb(128,88,239); }
div.DivClassName
{
background-color: #8058EF;
}
.BgClassName
{
background-color: #8058EF;
}
</style>
border-color css
<style>
span { border-color: #8058EF; }
span { border-color: rgb(128,88,239); }
td.TdClassName
{
border-color: #8058EF;
}
.TagClassName
{
border-color: #8058EF;
}
</style>