Shades of Medium Slate Blue #8060E7
Tints of Medium Slate Blue #8060E7
RGB
CMYK
RGB Variations
Color information
#8060E7 (or 0x8060E7) is known color: Medium Slate Blue. HEX triplet: 80, 60 and E7. RGB value is (128,96,231). Sum of RGB (Red+Green+Blue) = 128+96+231=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 231 (90.62% from 255 or 50.77% from 455); Max value from RGB is 231 - color contains mainly: blue. Hex color #8060E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8060E7 is #7F9F18. Grayscale: #787878. Windows color (decimal): -8363801 or 15163520. OLE color: 15163520.
HSL color Cylindrical-coordinate representation of color #8060E7: hue angle of 254.22º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8060E7 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 96 | 231 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.09 |
| HSL | 254.22º | 0.74% | 0.64% | - |
| HSV(B) | 254.22º | 0.58% | 0.91% | - |
| XYZ | 27.51 | 18.72 | 77.77 | - |
| YUV | 120.96 | 190.1 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 96 | 231 | 0.45 | 0.58 | 0 | 0.09 | 254.22 | 0.74 | 0.64 |
| Hex | 80 | 60 | E7 | 2D | 3A | 0 | 9 | FE | 4A | 40 |
| Octal | 200 | 140 | 347 | 55 | 72 | 0 | 11 | 376 | 112 | 100 |
| Binary | 10000000 | 1100000 | 11100111 | 101101 | 111010 | 0 | 1001 | 11111110 | 1001010 | 1000000 |
Color Harmonies of #8060E7
Complementary color
Monochromatic Colors of #8060E7
Black with #8060E7
Text Example
Text Example
White with #8060E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8060E7; }
p { color: rgb(128,96,231); }
H1.HeaderClassName
{
color: #8060E7;
}
.AnyTagClassName
{
color: #8060E7;
}
</style>
background-color css
<style>
a { background-color: #8060E7; }
a { background-color: rgb(128,96,231); }
div.DivClassName
{
background-color: #8060E7;
}
.BgClassName
{
background-color: #8060E7;
}
</style>
border-color css
<style>
span { border-color: #8060E7; }
span { border-color: rgb(128,96,231); }
td.TdClassName
{
border-color: #8060E7;
}
.TagClassName
{
border-color: #8060E7;
}
</style>