Shades of Medium Slate Blue #7752E9
Tints of Medium Slate Blue #7752E9
RGB
CMYK
RGB Variations
Color information
#7752E9 (or 0x7752E9) is known color: Medium Slate Blue. HEX triplet: 77, 52 and E9. RGB value is (119,82,233). Sum of RGB (Red+Green+Blue) = 119+82+233=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 233 (91.41% from 255 or 53.69% from 434); Max value from RGB is 233 - color contains mainly: blue. Hex color #7752E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7752E9 is #88AD16. Grayscale: #6D6D6D. Windows color (decimal): -8957207 or 15290999. OLE color: 15290999.
HSL color Cylindrical-coordinate representation of color #7752E9: hue angle of 254.7º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7752E9 is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 82 | 233 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.09 |
| HSL | 254.7º | 0.77% | 0.62% | - |
| HSV(B) | 254.7º | 0.65% | 0.91% | - |
| XYZ | 25.33 | 15.84 | 78.81 | - |
| YUV | 110.28 | 197.26 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 233 | 0.49 | 0.65 | 0 | 0.09 | 254.7 | 0.77 | 0.62 |
| Hex | 77 | 52 | E9 | 31 | 41 | 0 | 9 | FF | 4D | 3E |
| Octal | 167 | 122 | 351 | 61 | 101 | 0 | 11 | 377 | 115 | 76 |
| Binary | 1110111 | 1010010 | 11101001 | 110001 | 1000001 | 0 | 1001 | 11111111 | 1001101 | 111110 |
Color Harmonies of #7752E9
Complementary color
Monochromatic Colors of #7752E9
Black with #7752E9
Text Example
Text Example
White with #7752E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7752E9; }
p { color: rgb(119,82,233); }
H1.HeaderClassName
{
color: #7752E9;
}
.AnyTagClassName
{
color: #7752E9;
}
</style>
background-color css
<style>
a { background-color: #7752E9; }
a { background-color: rgb(119,82,233); }
div.DivClassName
{
background-color: #7752E9;
}
.BgClassName
{
background-color: #7752E9;
}
</style>
border-color css
<style>
span { border-color: #7752E9; }
span { border-color: rgb(119,82,233); }
td.TdClassName
{
border-color: #7752E9;
}
.TagClassName
{
border-color: #7752E9;
}
</style>