Shades of Medium Slate Blue #7662E5
Tints of Medium Slate Blue #7662E5
RGB
CMYK
RGB Variations
Color information
#7662E5 (or 0x7662E5) is known color: Medium Slate Blue. HEX triplet: 76, 62 and E5. RGB value is (118,98,229). Sum of RGB (Red+Green+Blue) = 118+98+229=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 229 (89.84% from 255 or 51.46% from 445); Max value from RGB is 229 - color contains mainly: blue. Hex color #7662E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7662E5 is #899D1A. Grayscale: #767676. Windows color (decimal): -9018651 or 15032950. OLE color: 15032950.
HSL color Cylindrical-coordinate representation of color #7662E5: hue angle of 249.16º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7662E5 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 98 | 229 | - |
| CMYK | 0.48 | 0.57 | 0 | 0.10 |
| HSL | 249.16º | 0.72% | 0.64% | - |
| HSV(B) | 249.16º | 0.57% | 0.9% | - |
| XYZ | 25.98 | 18.24 | 76.28 | - |
| YUV | 118.91 | 190.13 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 98 | 229 | 0.48 | 0.57 | 0 | 0.10 | 249.16 | 0.72 | 0.64 |
| Hex | 76 | 62 | E5 | 30 | 39 | 0 | A | F9 | 48 | 40 |
| Octal | 166 | 142 | 345 | 60 | 71 | 0 | 12 | 371 | 110 | 100 |
| Binary | 1110110 | 1100010 | 11100101 | 110000 | 111001 | 0 | 1010 | 11111001 | 1001000 | 1000000 |
Color Harmonies of #7662E5
Complementary color
Monochromatic Colors of #7662E5
Black with #7662E5
Text Example
Text Example
White with #7662E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7662E5; }
p { color: rgb(118,98,229); }
H1.HeaderClassName
{
color: #7662E5;
}
.AnyTagClassName
{
color: #7662E5;
}
</style>
background-color css
<style>
a { background-color: #7662E5; }
a { background-color: rgb(118,98,229); }
div.DivClassName
{
background-color: #7662E5;
}
.BgClassName
{
background-color: #7662E5;
}
</style>
border-color css
<style>
span { border-color: #7662E5; }
span { border-color: rgb(118,98,229); }
td.TdClassName
{
border-color: #7662E5;
}
.TagClassName
{
border-color: #7662E5;
}
</style>