Shades of Medium Slate Blue #7652EF
Tints of Medium Slate Blue #7652EF
RGB
CMYK
RGB Variations
Color information
#7652EF (or 0x7652EF) is known color: Medium Slate Blue. HEX triplet: 76, 52 and EF. RGB value is (118,82,239). Sum of RGB (Red+Green+Blue) = 118+82+239=439 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.88% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #7652EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7652EF is #89AD10. Grayscale: #6E6E6E. Windows color (decimal): -9022737 or 15684214. OLE color: 15684214.
HSL color Cylindrical-coordinate representation of color #7652EF: hue angle of 253.76º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7652EF is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 82 | 239 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.06 |
| HSL | 253.76º | 0.83% | 0.63% | - |
| HSV(B) | 253.76º | 0.66% | 0.94% | - |
| XYZ | 26.07 | 16.12 | 83.4 | - |
| YUV | 110.66 | 200.43 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 239 | 0.51 | 0.66 | 0 | 0.06 | 253.76 | 0.83 | 0.63 |
| Hex | 76 | 52 | EF | 33 | 42 | 0 | 6 | FE | 53 | 3F |
| Octal | 166 | 122 | 357 | 63 | 102 | 0 | 6 | 376 | 123 | 77 |
| Binary | 1110110 | 1010010 | 11101111 | 110011 | 1000010 | 0 | 110 | 11111110 | 1010011 | 111111 |
Color Harmonies of #7652EF
Complementary color
Monochromatic Colors of #7652EF
Black with #7652EF
Text Example
Text Example
White with #7652EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7652EF; }
p { color: rgb(118,82,239); }
H1.HeaderClassName
{
color: #7652EF;
}
.AnyTagClassName
{
color: #7652EF;
}
</style>
background-color css
<style>
a { background-color: #7652EF; }
a { background-color: rgb(118,82,239); }
div.DivClassName
{
background-color: #7652EF;
}
.BgClassName
{
background-color: #7652EF;
}
</style>
border-color css
<style>
span { border-color: #7652EF; }
span { border-color: rgb(118,82,239); }
td.TdClassName
{
border-color: #7652EF;
}
.TagClassName
{
border-color: #7652EF;
}
</style>