Shades of Medium Slate Blue #7F66EC
Tints of Medium Slate Blue #7F66EC
RGB
CMYK
RGB Variations
Color information
#7F66EC (or 0x7F66EC) is known color: Medium Slate Blue. HEX triplet: 7F, 66 and EC. RGB value is (127,102,236). Sum of RGB (Red+Green+Blue) = 127+102+236=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #7F66EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F66EC is #809913. Grayscale: #7C7C7C. Windows color (decimal): -8427796 or 15492735. OLE color: 15492735.
HSL color Cylindrical-coordinate representation of color #7F66EC: hue angle of 251.19º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F66EC is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 102 | 236 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.07 |
| HSL | 251.19º | 0.78% | 0.66% | - |
| HSV(B) | 251.19º | 0.57% | 0.93% | - |
| XYZ | 28.64 | 20.07 | 81.72 | - |
| YUV | 124.75 | 190.78 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 102 | 236 | 0.46 | 0.57 | 0 | 0.07 | 251.19 | 0.78 | 0.66 |
| Hex | 7F | 66 | EC | 2E | 39 | 0 | 7 | FB | 4E | 42 |
| Octal | 177 | 146 | 354 | 56 | 71 | 0 | 7 | 373 | 116 | 102 |
| Binary | 1111111 | 1100110 | 11101100 | 101110 | 111001 | 0 | 111 | 11111011 | 1001110 | 1000010 |
Color Harmonies of #7F66EC
Complementary color
Monochromatic Colors of #7F66EC
Black with #7F66EC
Text Example
Text Example
White with #7F66EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F66EC; }
p { color: rgb(127,102,236); }
H1.HeaderClassName
{
color: #7F66EC;
}
.AnyTagClassName
{
color: #7F66EC;
}
</style>
background-color css
<style>
a { background-color: #7F66EC; }
a { background-color: rgb(127,102,236); }
div.DivClassName
{
background-color: #7F66EC;
}
.BgClassName
{
background-color: #7F66EC;
}
</style>
border-color css
<style>
span { border-color: #7F66EC; }
span { border-color: rgb(127,102,236); }
td.TdClassName
{
border-color: #7F66EC;
}
.TagClassName
{
border-color: #7F66EC;
}
</style>