Shades of Medium Slate Blue #7752E5
Tints of Medium Slate Blue #7752E5
RGB
CMYK
RGB Variations
Color information
#7752E5 (or 0x7752E5) is known color: Medium Slate Blue. HEX triplet: 77, 52 and E5. RGB value is (119,82,229). Sum of RGB (Red+Green+Blue) = 119+82+229=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 229 (89.84% from 255 or 53.26% from 430); Max value from RGB is 229 - color contains mainly: blue. Hex color #7752E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7752E5 is #88AD1A. Grayscale: #6D6D6D. Windows color (decimal): -8957211 or 15028855. OLE color: 15028855.
HSL color Cylindrical-coordinate representation of color #7752E5: hue angle of 255.1º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7752E5 is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 119 | 82 | 229 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.10 |
| HSL | 255.1º | 0.74% | 0.61% | - |
| HSV(B) | 255.1º | 0.64% | 0.9% | - |
| XYZ | 24.77 | 15.61 | 75.84 | - |
| YUV | 109.82 | 195.26 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 229 | 0.48 | 0.64 | 0 | 0.10 | 255.1 | 0.74 | 0.61 |
| Hex | 77 | 52 | E5 | 30 | 40 | 0 | A | FF | 4A | 3D |
| Octal | 167 | 122 | 345 | 60 | 100 | 0 | 12 | 377 | 112 | 75 |
| Binary | 1110111 | 1010010 | 11100101 | 110000 | 1000000 | 0 | 1010 | 11111111 | 1001010 | 111101 |
Color Harmonies of #7752E5
Complementary color
Monochromatic Colors of #7752E5
Black with #7752E5
Text Example
Text Example
White with #7752E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7752E5; }
p { color: rgb(119,82,229); }
H1.HeaderClassName
{
color: #7752E5;
}
.AnyTagClassName
{
color: #7752E5;
}
</style>
background-color css
<style>
a { background-color: #7752E5; }
a { background-color: rgb(119,82,229); }
div.DivClassName
{
background-color: #7752E5;
}
.BgClassName
{
background-color: #7752E5;
}
</style>
border-color css
<style>
span { border-color: #7752E5; }
span { border-color: rgb(119,82,229); }
td.TdClassName
{
border-color: #7752E5;
}
.TagClassName
{
border-color: #7752E5;
}
</style>