Shades of Medium Slate Blue #7752EC
Tints of Medium Slate Blue #7752EC
RGB
CMYK
RGB Variations
Color information
#7752EC (or 0x7752EC) is known color: Medium Slate Blue. HEX triplet: 77, 52 and EC. RGB value is (119,82,236). Sum of RGB (Red+Green+Blue) = 119+82+236=437 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.23% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #7752EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7752EC is #88AD13. Grayscale: #6E6E6E. Windows color (decimal): -8957204 or 15487607. OLE color: 15487607.
HSL color Cylindrical-coordinate representation of color #7752EC: hue angle of 254.42º 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 #7752EC is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 82 | 236 | - |
| CMYK | 0.50 | 0.65 | 0 | 0.07 |
| HSL | 254.42º | 0.8% | 0.62% | - |
| HSV(B) | 254.42º | 0.65% | 0.93% | - |
| XYZ | 25.77 | 16.01 | 81.09 | - |
| YUV | 110.62 | 198.76 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 236 | 0.50 | 0.65 | 0 | 0.07 | 254.42 | 0.8 | 0.62 |
| Hex | 77 | 52 | EC | 32 | 41 | 0 | 7 | FE | 50 | 3E |
| Octal | 167 | 122 | 354 | 62 | 101 | 0 | 7 | 376 | 120 | 76 |
| Binary | 1110111 | 1010010 | 11101100 | 110010 | 1000001 | 0 | 111 | 11111110 | 1010000 | 111110 |
Color Harmonies of #7752EC
Complementary color
Monochromatic Colors of #7752EC
Black with #7752EC
Text Example
Text Example
White with #7752EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7752EC; }
p { color: rgb(119,82,236); }
H1.HeaderClassName
{
color: #7752EC;
}
.AnyTagClassName
{
color: #7752EC;
}
</style>
background-color css
<style>
a { background-color: #7752EC; }
a { background-color: rgb(119,82,236); }
div.DivClassName
{
background-color: #7752EC;
}
.BgClassName
{
background-color: #7752EC;
}
</style>
border-color css
<style>
span { border-color: #7752EC; }
span { border-color: rgb(119,82,236); }
td.TdClassName
{
border-color: #7752EC;
}
.TagClassName
{
border-color: #7752EC;
}
</style>