Shades of Medium Slate Blue #7C7CE3
Tints of Medium Slate Blue #7C7CE3
RGB
CMYK
RGB Variations
Color information
#7C7CE3 (or 0x7C7CE3) is known color: Medium Slate Blue. HEX triplet: 7C, 7C and E3. RGB value is (124,124,227). Sum of RGB (Red+Green+Blue) = 124+124+227=475 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.11% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 227 (89.06% from 255 or 47.79% from 475); Max value from RGB is 227 - color contains mainly: blue. Hex color #7C7CE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7CE3 is #83831C. Grayscale: #878787. Windows color (decimal): -8618781 or 14908540. OLE color: 14908540.
HSL color Cylindrical-coordinate representation of color #7C7CE3: hue angle of 240º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C7CE3 is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 124 | 124 | 227 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.11 |
| HSL | 240º | 0.65% | 0.69% | - |
| HSV(B) | 240º | 0.45% | 0.89% | - |
| XYZ | 29.38 | 24.25 | 75.8 | - |
| YUV | 135.74 | 179.5 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 124 | 227 | 0.45 | 0.45 | 0 | 0.11 | 240 | 0.65 | 0.69 |
| Hex | 7C | 7C | E3 | 2D | 2D | 0 | B | F0 | 41 | 45 |
| Octal | 174 | 174 | 343 | 55 | 55 | 0 | 13 | 360 | 101 | 105 |
| Binary | 1111100 | 1111100 | 11100011 | 101101 | 101101 | 0 | 1011 | 11110000 | 1000001 | 1000101 |
Color Harmonies of #7C7CE3
Complementary color
Monochromatic Colors of #7C7CE3
Black with #7C7CE3
Text Example
Text Example
White with #7C7CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7CE3; }
p { color: rgb(124,124,227); }
H1.HeaderClassName
{
color: #7C7CE3;
}
.AnyTagClassName
{
color: #7C7CE3;
}
</style>
background-color css
<style>
a { background-color: #7C7CE3; }
a { background-color: rgb(124,124,227); }
div.DivClassName
{
background-color: #7C7CE3;
}
.BgClassName
{
background-color: #7C7CE3;
}
</style>
border-color css
<style>
span { border-color: #7C7CE3; }
span { border-color: rgb(124,124,227); }
td.TdClassName
{
border-color: #7C7CE3;
}
.TagClassName
{
border-color: #7C7CE3;
}
</style>