Shades of Medium Slate Blue #7752EA
Tints of Medium Slate Blue #7752EA
RGB
CMYK
RGB Variations
Color information
#7752EA (or 0x7752EA) is known color: Medium Slate Blue. HEX triplet: 77, 52 and EA. RGB value is (119,82,234). Sum of RGB (Red+Green+Blue) = 119+82+234=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #7752EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7752EA is #88AD15. Grayscale: #6D6D6D. Windows color (decimal): -8957206 or 15356535. OLE color: 15356535.
HSL color Cylindrical-coordinate representation of color #7752EA: hue angle of 254.61º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7752EA is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 82 | 234 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.08 |
| HSL | 254.61º | 0.78% | 0.62% | - |
| HSV(B) | 254.61º | 0.65% | 0.92% | - |
| XYZ | 25.48 | 15.9 | 79.57 | - |
| YUV | 110.39 | 197.76 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 234 | 0.49 | 0.65 | 0 | 0.08 | 254.61 | 0.78 | 0.62 |
| Hex | 77 | 52 | EA | 31 | 41 | 0 | 8 | FF | 4E | 3E |
| Octal | 167 | 122 | 352 | 61 | 101 | 0 | 10 | 377 | 116 | 76 |
| Binary | 1110111 | 1010010 | 11101010 | 110001 | 1000001 | 0 | 1000 | 11111111 | 1001110 | 111110 |
Color Harmonies of #7752EA
Complementary color
Monochromatic Colors of #7752EA
Black with #7752EA
Text Example
Text Example
White with #7752EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7752EA; }
p { color: rgb(119,82,234); }
H1.HeaderClassName
{
color: #7752EA;
}
.AnyTagClassName
{
color: #7752EA;
}
</style>
background-color css
<style>
a { background-color: #7752EA; }
a { background-color: rgb(119,82,234); }
div.DivClassName
{
background-color: #7752EA;
}
.BgClassName
{
background-color: #7752EA;
}
</style>
border-color css
<style>
span { border-color: #7752EA; }
span { border-color: rgb(119,82,234); }
td.TdClassName
{
border-color: #7752EA;
}
.TagClassName
{
border-color: #7752EA;
}
</style>