Shades of Medium Slate Blue #7C80EB
Tints of Medium Slate Blue #7C80EB
RGB
CMYK
RGB Variations
Color information
#7C80EB (or 0x7C80EB) is known color: Medium Slate Blue. HEX triplet: 7C, 80 and EB. RGB value is (124,128,235). Sum of RGB (Red+Green+Blue) = 124+128+235=487 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.46% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C80EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C80EB is #837F14. Grayscale: #8A8A8A. Windows color (decimal): -8617749 or 15433852. OLE color: 15433852.
HSL color Cylindrical-coordinate representation of color #7C80EB: hue angle of 237.84º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C80EB is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 128 | 235 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.08 |
| HSL | 237.84º | 0.74% | 0.7% | - |
| HSV(B) | 237.84º | 0.47% | 0.92% | - |
| XYZ | 31.03 | 25.72 | 81.93 | - |
| YUV | 139 | 182.17 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 128 | 235 | 0.47 | 0.46 | 0 | 0.08 | 237.84 | 0.74 | 0.7 |
| Hex | 7C | 80 | EB | 2F | 2E | 0 | 8 | EE | 4A | 46 |
| Octal | 174 | 200 | 353 | 57 | 56 | 0 | 10 | 356 | 112 | 106 |
| Binary | 1111100 | 10000000 | 11101011 | 101111 | 101110 | 0 | 1000 | 11101110 | 1001010 | 1000110 |
Color Harmonies of #7C80EB
Complementary color
Monochromatic Colors of #7C80EB
Black with #7C80EB
Text Example
Text Example
White with #7C80EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C80EB; }
p { color: rgb(124,128,235); }
H1.HeaderClassName
{
color: #7C80EB;
}
.AnyTagClassName
{
color: #7C80EB;
}
</style>
background-color css
<style>
a { background-color: #7C80EB; }
a { background-color: rgb(124,128,235); }
div.DivClassName
{
background-color: #7C80EB;
}
.BgClassName
{
background-color: #7C80EB;
}
</style>
border-color css
<style>
span { border-color: #7C80EB; }
span { border-color: rgb(124,128,235); }
td.TdClassName
{
border-color: #7C80EB;
}
.TagClassName
{
border-color: #7C80EB;
}
</style>