Shades of Medium Slate Blue #7D80EB
Tints of Medium Slate Blue #7D80EB
RGB
CMYK
RGB Variations
Color information
#7D80EB (or 0x7D80EB) is known color: Medium Slate Blue. HEX triplet: 7D, 80 and EB. RGB value is (125,128,235). Sum of RGB (Red+Green+Blue) = 125+128+235=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D80EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D80EB is #827F14. Grayscale: #8A8A8A. Windows color (decimal): -8552213 or 15433853. OLE color: 15433853.
HSL color Cylindrical-coordinate representation of color #7D80EB: hue angle of 238.36º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D80EB is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 128 | 235 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.08 |
| HSL | 238.36º | 0.73% | 0.71% | - |
| HSV(B) | 238.36º | 0.47% | 0.92% | - |
| XYZ | 31.17 | 25.8 | 81.93 | - |
| YUV | 139.3 | 182.01 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 128 | 235 | 0.47 | 0.46 | 0 | 0.08 | 238.36 | 0.73 | 0.71 |
| Hex | 7D | 80 | EB | 2F | 2E | 0 | 8 | EE | 49 | 47 |
| Octal | 175 | 200 | 353 | 57 | 56 | 0 | 10 | 356 | 111 | 107 |
| Binary | 1111101 | 10000000 | 11101011 | 101111 | 101110 | 0 | 1000 | 11101110 | 1001001 | 1000111 |
Color Harmonies of #7D80EB
Complementary color
Monochromatic Colors of #7D80EB
Black with #7D80EB
Text Example
Text Example
White with #7D80EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D80EB; }
p { color: rgb(125,128,235); }
H1.HeaderClassName
{
color: #7D80EB;
}
.AnyTagClassName
{
color: #7D80EB;
}
</style>
background-color css
<style>
a { background-color: #7D80EB; }
a { background-color: rgb(125,128,235); }
div.DivClassName
{
background-color: #7D80EB;
}
.BgClassName
{
background-color: #7D80EB;
}
</style>
border-color css
<style>
span { border-color: #7D80EB; }
span { border-color: rgb(125,128,235); }
td.TdClassName
{
border-color: #7D80EB;
}
.TagClassName
{
border-color: #7D80EB;
}
</style>