Shades of Medium Slate Blue #7C76E1
Tints of Medium Slate Blue #7C76E1
RGB
CMYK
RGB Variations
Color information
#7C76E1 (or 0x7C76E1) is known color: Medium Slate Blue. HEX triplet: 7C, 76 and E1. RGB value is (124,118,225). Sum of RGB (Red+Green+Blue) = 124+118+225=467 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.55% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 225 - color contains mainly: blue. Hex color #7C76E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C76E1 is #83891E. Grayscale: #838383. Windows color (decimal): -8620319 or 14775932. OLE color: 14775932.
HSL color Cylindrical-coordinate representation of color #7C76E1: hue angle of 243.36º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C76E1 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 118 | 225 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.12 |
| HSL | 243.36º | 0.64% | 0.67% | - |
| HSV(B) | 243.36º | 0.48% | 0.88% | - |
| XYZ | 28.38 | 22.68 | 74.12 | - |
| YUV | 131.99 | 180.49 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 225 | 0.45 | 0.48 | 0 | 0.12 | 243.36 | 0.64 | 0.67 |
| Hex | 7C | 76 | E1 | 2D | 30 | 0 | C | F3 | 40 | 43 |
| Octal | 174 | 166 | 341 | 55 | 60 | 0 | 14 | 363 | 100 | 103 |
| Binary | 1111100 | 1110110 | 11100001 | 101101 | 110000 | 0 | 1100 | 11110011 | 1000000 | 1000011 |
Color Harmonies of #7C76E1
Complementary color
Monochromatic Colors of #7C76E1
Black with #7C76E1
Text Example
Text Example
White with #7C76E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C76E1; }
p { color: rgb(124,118,225); }
H1.HeaderClassName
{
color: #7C76E1;
}
.AnyTagClassName
{
color: #7C76E1;
}
</style>
background-color css
<style>
a { background-color: #7C76E1; }
a { background-color: rgb(124,118,225); }
div.DivClassName
{
background-color: #7C76E1;
}
.BgClassName
{
background-color: #7C76E1;
}
</style>
border-color css
<style>
span { border-color: #7C76E1; }
span { border-color: rgb(124,118,225); }
td.TdClassName
{
border-color: #7C76E1;
}
.TagClassName
{
border-color: #7C76E1;
}
</style>