Shades of Medium Slate Blue #7F7CE3
Tints of Medium Slate Blue #7F7CE3
RGB
CMYK
RGB Variations
Color information
#7F7CE3 (or 0x7F7CE3) is known color: Medium Slate Blue. HEX triplet: 7F, 7C and E3. RGB value is (127,124,227). Sum of RGB (Red+Green+Blue) = 127+124+227=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 227 (89.06% from 255 or 47.49% from 478); Max value from RGB is 227 - color contains mainly: blue. Hex color #7F7CE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7CE3 is #80831C. Grayscale: #888888. Windows color (decimal): -8422173 or 14908543. OLE color: 14908543.
HSL color Cylindrical-coordinate representation of color #7F7CE3: hue angle of 241.75º 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 #7F7CE3 is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 127 | 124 | 227 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.11 |
| HSL | 241.75º | 0.65% | 0.69% | - |
| HSV(B) | 241.75º | 0.45% | 0.89% | - |
| XYZ | 29.83 | 24.47 | 75.82 | - |
| YUV | 136.64 | 178.99 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 124 | 227 | 0.44 | 0.45 | 0 | 0.11 | 241.75 | 0.65 | 0.69 |
| Hex | 7F | 7C | E3 | 2C | 2D | 0 | B | F2 | 41 | 45 |
| Octal | 177 | 174 | 343 | 54 | 55 | 0 | 13 | 362 | 101 | 105 |
| Binary | 1111111 | 1111100 | 11100011 | 101100 | 101101 | 0 | 1011 | 11110010 | 1000001 | 1000101 |
Color Harmonies of #7F7CE3
Complementary color
Monochromatic Colors of #7F7CE3
Black with #7F7CE3
Text Example
Text Example
White with #7F7CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7CE3; }
p { color: rgb(127,124,227); }
H1.HeaderClassName
{
color: #7F7CE3;
}
.AnyTagClassName
{
color: #7F7CE3;
}
</style>
background-color css
<style>
a { background-color: #7F7CE3; }
a { background-color: rgb(127,124,227); }
div.DivClassName
{
background-color: #7F7CE3;
}
.BgClassName
{
background-color: #7F7CE3;
}
</style>
border-color css
<style>
span { border-color: #7F7CE3; }
span { border-color: rgb(127,124,227); }
td.TdClassName
{
border-color: #7F7CE3;
}
.TagClassName
{
border-color: #7F7CE3;
}
</style>