Shades of Medium Slate Blue #8055E8
Tints of Medium Slate Blue #8055E8
RGB
CMYK
RGB Variations
Color information
#8055E8 (or 0x8055E8) is known color: Medium Slate Blue. HEX triplet: 80, 55 and E8. RGB value is (128,85,232). Sum of RGB (Red+Green+Blue) = 128+85+232=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 232 (91.02% from 255 or 52.13% from 445); Max value from RGB is 232 - color contains mainly: blue. Hex color #8055E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8055E8 is #7FAA17. Grayscale: #727272. Windows color (decimal): -8366616 or 15226240. OLE color: 15226240.
HSL color Cylindrical-coordinate representation of color #8055E8: hue angle of 257.55º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8055E8 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 85 | 232 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.09 |
| HSL | 257.55º | 0.76% | 0.62% | - |
| HSV(B) | 257.55º | 0.63% | 0.91% | - |
| XYZ | 26.72 | 16.91 | 78.2 | - |
| YUV | 114.62 | 194.25 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 232 | 0.45 | 0.63 | 0 | 0.09 | 257.55 | 0.76 | 0.62 |
| Hex | 80 | 55 | E8 | 2D | 3F | 0 | 9 | 102 | 4C | 3E |
| Octal | 200 | 125 | 350 | 55 | 77 | 0 | 11 | 402 | 114 | 76 |
| Binary | 10000000 | 1010101 | 11101000 | 101101 | 111111 | 0 | 1001 | 100000010 | 1001100 | 111110 |
Color Harmonies of #8055E8
Complementary color
Monochromatic Colors of #8055E8
Black with #8055E8
Text Example
Text Example
White with #8055E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8055E8; }
p { color: rgb(128,85,232); }
H1.HeaderClassName
{
color: #8055E8;
}
.AnyTagClassName
{
color: #8055E8;
}
</style>
background-color css
<style>
a { background-color: #8055E8; }
a { background-color: rgb(128,85,232); }
div.DivClassName
{
background-color: #8055E8;
}
.BgClassName
{
background-color: #8055E8;
}
</style>
border-color css
<style>
span { border-color: #8055E8; }
span { border-color: rgb(128,85,232); }
td.TdClassName
{
border-color: #8055E8;
}
.TagClassName
{
border-color: #8055E8;
}
</style>