Shades of Medium Slate Blue #7C7DE3
Tints of Medium Slate Blue #7C7DE3
RGB
CMYK
RGB Variations
Color information
#7C7DE3 (or 0x7C7DE3) is known color: Medium Slate Blue. HEX triplet: 7C, 7D and E3. RGB value is (124,125,227). Sum of RGB (Red+Green+Blue) = 124+125+227=476 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.05% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 227 (89.06% from 255 or 47.69% from 476); Max value from RGB is 227 - color contains mainly: blue. Hex color #7C7DE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7DE3 is #83821C. Grayscale: #878787. Windows color (decimal): -8618525 or 14908796. OLE color: 14908796.
HSL color Cylindrical-coordinate representation of color #7C7DE3: hue angle of 239.42º 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 #7C7DE3 is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 124 | 125 | 227 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.11 |
| HSL | 239.42º | 0.65% | 0.69% | - |
| HSV(B) | 239.42º | 0.45% | 0.89% | - |
| XYZ | 29.51 | 24.5 | 75.85 | - |
| YUV | 136.33 | 179.17 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 125 | 227 | 0.45 | 0.45 | 0 | 0.11 | 239.42 | 0.65 | 0.69 |
| Hex | 7C | 7D | E3 | 2D | 2D | 0 | B | EF | 41 | 45 |
| Octal | 174 | 175 | 343 | 55 | 55 | 0 | 13 | 357 | 101 | 105 |
| Binary | 1111100 | 1111101 | 11100011 | 101101 | 101101 | 0 | 1011 | 11101111 | 1000001 | 1000101 |
Color Harmonies of #7C7DE3
Complementary color
Monochromatic Colors of #7C7DE3
Black with #7C7DE3
Text Example
Text Example
White with #7C7DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7DE3; }
p { color: rgb(124,125,227); }
H1.HeaderClassName
{
color: #7C7DE3;
}
.AnyTagClassName
{
color: #7C7DE3;
}
</style>
background-color css
<style>
a { background-color: #7C7DE3; }
a { background-color: rgb(124,125,227); }
div.DivClassName
{
background-color: #7C7DE3;
}
.BgClassName
{
background-color: #7C7DE3;
}
</style>
border-color css
<style>
span { border-color: #7C7DE3; }
span { border-color: rgb(124,125,227); }
td.TdClassName
{
border-color: #7C7DE3;
}
.TagClassName
{
border-color: #7C7DE3;
}
</style>