Shades of Medium Slate Blue #8078ED
Tints of Medium Slate Blue #8078ED
RGB
CMYK
RGB Variations
Color information
#8078ED (or 0x8078ED) is known color: Medium Slate Blue. HEX triplet: 80, 78 and ED. RGB value is (128,120,237). Sum of RGB (Red+Green+Blue) = 128+120+237=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #8078ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8078ED is #7F8712. Grayscale: #878787. Windows color (decimal): -8357651 or 15562880. OLE color: 15562880.
HSL color Cylindrical-coordinate representation of color #8078ED: hue angle of 244.1º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8078ED is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 120 | 237 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.07 |
| HSL | 244.1º | 0.76% | 0.7% | - |
| HSV(B) | 244.1º | 0.49% | 0.93% | - |
| XYZ | 30.9 | 24.14 | 83.15 | - |
| YUV | 135.73 | 185.15 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 237 | 0.46 | 0.49 | 0 | 0.07 | 244.1 | 0.76 | 0.7 |
| Hex | 80 | 78 | ED | 2E | 31 | 0 | 7 | F4 | 4C | 46 |
| Octal | 200 | 170 | 355 | 56 | 61 | 0 | 7 | 364 | 114 | 106 |
| Binary | 10000000 | 1111000 | 11101101 | 101110 | 110001 | 0 | 111 | 11110100 | 1001100 | 1000110 |
Color Harmonies of #8078ED
Complementary color
Monochromatic Colors of #8078ED
Black with #8078ED
Text Example
Text Example
White with #8078ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8078ED; }
p { color: rgb(128,120,237); }
H1.HeaderClassName
{
color: #8078ED;
}
.AnyTagClassName
{
color: #8078ED;
}
</style>
background-color css
<style>
a { background-color: #8078ED; }
a { background-color: rgb(128,120,237); }
div.DivClassName
{
background-color: #8078ED;
}
.BgClassName
{
background-color: #8078ED;
}
</style>
border-color css
<style>
span { border-color: #8078ED; }
span { border-color: rgb(128,120,237); }
td.TdClassName
{
border-color: #8078ED;
}
.TagClassName
{
border-color: #8078ED;
}
</style>