Shades of Medium Slate Blue #7C7FE5
Tints of Medium Slate Blue #7C7FE5
RGB
CMYK
RGB Variations
Color information
#7C7FE5 (or 0x7C7FE5) is known color: Medium Slate Blue. HEX triplet: 7C, 7F and E5. RGB value is (124,127,229). Sum of RGB (Red+Green+Blue) = 124+127+229=480 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.83% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 229 (89.84% from 255 or 47.71% from 480); Max value from RGB is 229 - color contains mainly: blue. Hex color #7C7FE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7FE5 is #83801A. Grayscale: #898989. Windows color (decimal): -8618011 or 15040380. OLE color: 15040380.
HSL color Cylindrical-coordinate representation of color #7C7FE5: hue angle of 238.29º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C7FE5 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 124 | 127 | 229 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.10 |
| HSL | 238.29º | 0.67% | 0.69% | - |
| HSV(B) | 238.29º | 0.46% | 0.9% | - |
| XYZ | 30.04 | 25.12 | 77.39 | - |
| YUV | 137.73 | 179.51 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 127 | 229 | 0.46 | 0.45 | 0 | 0.10 | 238.29 | 0.67 | 0.69 |
| Hex | 7C | 7F | E5 | 2E | 2D | 0 | A | EE | 43 | 45 |
| Octal | 174 | 177 | 345 | 56 | 55 | 0 | 12 | 356 | 103 | 105 |
| Binary | 1111100 | 1111111 | 11100101 | 101110 | 101101 | 0 | 1010 | 11101110 | 1000011 | 1000101 |
Color Harmonies of #7C7FE5
Complementary color
Monochromatic Colors of #7C7FE5
Black with #7C7FE5
Text Example
Text Example
White with #7C7FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7FE5; }
p { color: rgb(124,127,229); }
H1.HeaderClassName
{
color: #7C7FE5;
}
.AnyTagClassName
{
color: #7C7FE5;
}
</style>
background-color css
<style>
a { background-color: #7C7FE5; }
a { background-color: rgb(124,127,229); }
div.DivClassName
{
background-color: #7C7FE5;
}
.BgClassName
{
background-color: #7C7FE5;
}
</style>
border-color css
<style>
span { border-color: #7C7FE5; }
span { border-color: rgb(124,127,229); }
td.TdClassName
{
border-color: #7C7FE5;
}
.TagClassName
{
border-color: #7C7FE5;
}
</style>