Shades of Medium Slate Blue #7752E8
Tints of Medium Slate Blue #7752E8
RGB
CMYK
RGB Variations
Color information
#7752E8 (or 0x7752E8) is known color: Medium Slate Blue. HEX triplet: 77, 52 and E8. RGB value is (119,82,232). Sum of RGB (Red+Green+Blue) = 119+82+232=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 232 (91.02% from 255 or 53.58% from 433); Max value from RGB is 232 - color contains mainly: blue. Hex color #7752E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7752E8 is #88AD17. Grayscale: #6D6D6D. Windows color (decimal): -8957208 or 15225463. OLE color: 15225463.
HSL color Cylindrical-coordinate representation of color #7752E8: hue angle of 254.8º 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 #7752E8 is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 82 | 232 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.09 |
| HSL | 254.8º | 0.77% | 0.62% | - |
| HSV(B) | 254.8º | 0.65% | 0.91% | - |
| XYZ | 25.19 | 15.78 | 78.06 | - |
| YUV | 110.16 | 196.76 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 232 | 0.49 | 0.65 | 0 | 0.09 | 254.8 | 0.77 | 0.62 |
| Hex | 77 | 52 | E8 | 31 | 41 | 0 | 9 | FF | 4D | 3E |
| Octal | 167 | 122 | 350 | 61 | 101 | 0 | 11 | 377 | 115 | 76 |
| Binary | 1110111 | 1010010 | 11101000 | 110001 | 1000001 | 0 | 1001 | 11111111 | 1001101 | 111110 |
Color Harmonies of #7752E8
Complementary color
Monochromatic Colors of #7752E8
Black with #7752E8
Text Example
Text Example
White with #7752E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7752E8; }
p { color: rgb(119,82,232); }
H1.HeaderClassName
{
color: #7752E8;
}
.AnyTagClassName
{
color: #7752E8;
}
</style>
background-color css
<style>
a { background-color: #7752E8; }
a { background-color: rgb(119,82,232); }
div.DivClassName
{
background-color: #7752E8;
}
.BgClassName
{
background-color: #7752E8;
}
</style>
border-color css
<style>
span { border-color: #7752E8; }
span { border-color: rgb(119,82,232); }
td.TdClassName
{
border-color: #7752E8;
}
.TagClassName
{
border-color: #7752E8;
}
</style>