Shades of Medium Slate Blue #7C77E5
Tints of Medium Slate Blue #7C77E5
RGB
CMYK
RGB Variations
Color information
#7C77E5 (or 0x7C77E5) is known color: Medium Slate Blue. HEX triplet: 7C, 77 and E5. RGB value is (124,119,229). Sum of RGB (Red+Green+Blue) = 124+119+229=472 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.27% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 229 - color contains mainly: blue. Hex color #7C77E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C77E5 is #83881A. Grayscale: #848484. Windows color (decimal): -8620059 or 15038332. OLE color: 15038332.
HSL color Cylindrical-coordinate representation of color #7C77E5: hue angle of 242.73º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C77E5 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 124 | 119 | 229 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.10 |
| HSL | 242.73º | 0.68% | 0.68% | - |
| HSV(B) | 242.73º | 0.48% | 0.9% | - |
| XYZ | 29.05 | 23.14 | 77.06 | - |
| YUV | 133.04 | 182.16 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 119 | 229 | 0.46 | 0.48 | 0 | 0.10 | 242.73 | 0.68 | 0.68 |
| Hex | 7C | 77 | E5 | 2E | 30 | 0 | A | F3 | 44 | 44 |
| Octal | 174 | 167 | 345 | 56 | 60 | 0 | 12 | 363 | 104 | 104 |
| Binary | 1111100 | 1110111 | 11100101 | 101110 | 110000 | 0 | 1010 | 11110011 | 1000100 | 1000100 |
Color Harmonies of #7C77E5
Complementary color
Monochromatic Colors of #7C77E5
Black with #7C77E5
Text Example
Text Example
White with #7C77E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C77E5; }
p { color: rgb(124,119,229); }
H1.HeaderClassName
{
color: #7C77E5;
}
.AnyTagClassName
{
color: #7C77E5;
}
</style>
background-color css
<style>
a { background-color: #7C77E5; }
a { background-color: rgb(124,119,229); }
div.DivClassName
{
background-color: #7C77E5;
}
.BgClassName
{
background-color: #7C77E5;
}
</style>
border-color css
<style>
span { border-color: #7C77E5; }
span { border-color: rgb(124,119,229); }
td.TdClassName
{
border-color: #7C77E5;
}
.TagClassName
{
border-color: #7C77E5;
}
</style>