Shades of Medium Slate Blue #8058E0
Tints of Medium Slate Blue #8058E0
RGB
CMYK
RGB Variations
Color information
#8058E0 (or 0x8058E0) is known color: Medium Slate Blue. HEX triplet: 80, 58 and E0. RGB value is (128,88,224). Sum of RGB (Red+Green+Blue) = 128+88+224=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 224 (87.89% from 255 or 50.91% from 440); Max value from RGB is 224 - color contains mainly: blue. Hex color #8058E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8058E0 is #7FA71F. Grayscale: #727272. Windows color (decimal): -8365856 or 14702720. OLE color: 14702720.
HSL color Cylindrical-coordinate representation of color #8058E0: hue angle of 257.65º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8058E0 is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 88 | 224 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.12 |
| HSL | 257.65º | 0.69% | 0.61% | - |
| HSV(B) | 257.65º | 0.61% | 0.88% | - |
| XYZ | 25.85 | 16.95 | 72.43 | - |
| YUV | 115.46 | 189.25 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 88 | 224 | 0.43 | 0.61 | 0 | 0.12 | 257.65 | 0.69 | 0.61 |
| Hex | 80 | 58 | E0 | 2B | 3D | 0 | C | 102 | 45 | 3D |
| Octal | 200 | 130 | 340 | 53 | 75 | 0 | 14 | 402 | 105 | 75 |
| Binary | 10000000 | 1011000 | 11100000 | 101011 | 111101 | 0 | 1100 | 100000010 | 1000101 | 111101 |
Color Harmonies of #8058E0
Complementary color
Monochromatic Colors of #8058E0
Black with #8058E0
Text Example
Text Example
White with #8058E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8058E0; }
p { color: rgb(128,88,224); }
H1.HeaderClassName
{
color: #8058E0;
}
.AnyTagClassName
{
color: #8058E0;
}
</style>
background-color css
<style>
a { background-color: #8058E0; }
a { background-color: rgb(128,88,224); }
div.DivClassName
{
background-color: #8058E0;
}
.BgClassName
{
background-color: #8058E0;
}
</style>
border-color css
<style>
span { border-color: #8058E0; }
span { border-color: rgb(128,88,224); }
td.TdClassName
{
border-color: #8058E0;
}
.TagClassName
{
border-color: #8058E0;
}
</style>