Shades of Medium Slate Blue #7652EC
Tints of Medium Slate Blue #7652EC
RGB
CMYK
RGB Variations
Color information
#7652EC (or 0x7652EC) is known color: Medium Slate Blue. HEX triplet: 76, 52 and EC. RGB value is (118,82,236). Sum of RGB (Red+Green+Blue) = 118+82+236=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #7652EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7652EC is #89AD13. Grayscale: #6D6D6D. Windows color (decimal): -9022740 or 15487606. OLE color: 15487606.
HSL color Cylindrical-coordinate representation of color #7652EC: hue angle of 254.03º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7652EC is Cyan = 0.5, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 82 | 236 | - |
| CMYK | 0.5 | 0.65 | 0 | 0.07 |
| HSL | 254.03º | 0.8% | 0.62% | - |
| HSV(B) | 254.03º | 0.65% | 0.93% | - |
| XYZ | 25.63 | 15.94 | 81.08 | - |
| YUV | 110.32 | 198.93 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 236 | 0.5 | 0.65 | 0 | 0.07 | 254.03 | 0.8 | 0.62 |
| Hex | 76 | 52 | EC | 32 | 41 | 0 | 7 | FE | 50 | 3E |
| Octal | 166 | 122 | 354 | 62 | 101 | 0 | 7 | 376 | 120 | 76 |
| Binary | 1110110 | 1010010 | 11101100 | 110010 | 1000001 | 0 | 111 | 11111110 | 1010000 | 111110 |
Color Harmonies of #7652EC
Complementary color
Monochromatic Colors of #7652EC
Black with #7652EC
Text Example
Text Example
White with #7652EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7652EC; }
p { color: rgb(118,82,236); }
H1.HeaderClassName
{
color: #7652EC;
}
.AnyTagClassName
{
color: #7652EC;
}
</style>
background-color css
<style>
a { background-color: #7652EC; }
a { background-color: rgb(118,82,236); }
div.DivClassName
{
background-color: #7652EC;
}
.BgClassName
{
background-color: #7652EC;
}
</style>
border-color css
<style>
span { border-color: #7652EC; }
span { border-color: rgb(118,82,236); }
td.TdClassName
{
border-color: #7652EC;
}
.TagClassName
{
border-color: #7652EC;
}
</style>