Shades of Medium Slate Blue #8078E1
Tints of Medium Slate Blue #8078E1
RGB
CMYK
RGB Variations
Color information
#8078E1 (or 0x8078E1) is known color: Medium Slate Blue. HEX triplet: 80, 78 and E1. RGB value is (128,120,225). Sum of RGB (Red+Green+Blue) = 128+120+225=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 225 (88.28% from 255 or 47.57% from 473); Max value from RGB is 225 - color contains mainly: blue. Hex color #8078E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8078E1 is #7F871E. Grayscale: #858585. Windows color (decimal): -8357663 or 14776448. OLE color: 14776448.
HSL color Cylindrical-coordinate representation of color #8078E1: hue angle of 244.57º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8078E1 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 120 | 225 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.12 |
| HSL | 244.57º | 0.64% | 0.68% | - |
| HSV(B) | 244.57º | 0.47% | 0.88% | - |
| XYZ | 29.21 | 23.46 | 74.22 | - |
| YUV | 134.36 | 179.15 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 225 | 0.43 | 0.47 | 0 | 0.12 | 244.57 | 0.64 | 0.68 |
| Hex | 80 | 78 | E1 | 2B | 2F | 0 | C | F5 | 40 | 44 |
| Octal | 200 | 170 | 341 | 53 | 57 | 0 | 14 | 365 | 100 | 104 |
| Binary | 10000000 | 1111000 | 11100001 | 101011 | 101111 | 0 | 1100 | 11110101 | 1000000 | 1000100 |
Color Harmonies of #8078E1
Complementary color
Monochromatic Colors of #8078E1
Black with #8078E1
Text Example
Text Example
White with #8078E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8078E1; }
p { color: rgb(128,120,225); }
H1.HeaderClassName
{
color: #8078E1;
}
.AnyTagClassName
{
color: #8078E1;
}
</style>
background-color css
<style>
a { background-color: #8078E1; }
a { background-color: rgb(128,120,225); }
div.DivClassName
{
background-color: #8078E1;
}
.BgClassName
{
background-color: #8078E1;
}
</style>
border-color css
<style>
span { border-color: #8078E1; }
span { border-color: rgb(128,120,225); }
td.TdClassName
{
border-color: #8078E1;
}
.TagClassName
{
border-color: #8078E1;
}
</style>