Shades of Medium Slate Blue #7752E6
Tints of Medium Slate Blue #7752E6
RGB
CMYK
RGB Variations
Color information
#7752E6 (or 0x7752E6) is known color: Medium Slate Blue. HEX triplet: 77, 52 and E6. RGB value is (119,82,230). Sum of RGB (Red+Green+Blue) = 119+82+230=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 230 (90.23% from 255 or 53.36% from 431); Max value from RGB is 230 - color contains mainly: blue. Hex color #7752E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7752E6 is #88AD19. Grayscale: #6D6D6D. Windows color (decimal): -8957210 or 15094391. OLE color: 15094391.
HSL color Cylindrical-coordinate representation of color #7752E6: hue angle of 255º degrees, saturation: 0.75, 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 #7752E6 is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 119 | 82 | 230 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.10 |
| HSL | 255º | 0.75% | 0.61% | - |
| HSV(B) | 255º | 0.64% | 0.9% | - |
| XYZ | 24.91 | 15.67 | 76.57 | - |
| YUV | 109.94 | 195.76 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 230 | 0.48 | 0.64 | 0 | 0.10 | 255 | 0.75 | 0.61 |
| Hex | 77 | 52 | E6 | 30 | 40 | 0 | A | FF | 4B | 3D |
| Octal | 167 | 122 | 346 | 60 | 100 | 0 | 12 | 377 | 113 | 75 |
| Binary | 1110111 | 1010010 | 11100110 | 110000 | 1000000 | 0 | 1010 | 11111111 | 1001011 | 111101 |
Color Harmonies of #7752E6
Complementary color
Monochromatic Colors of #7752E6
Black with #7752E6
Text Example
Text Example
White with #7752E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7752E6; }
p { color: rgb(119,82,230); }
H1.HeaderClassName
{
color: #7752E6;
}
.AnyTagClassName
{
color: #7752E6;
}
</style>
background-color css
<style>
a { background-color: #7752E6; }
a { background-color: rgb(119,82,230); }
div.DivClassName
{
background-color: #7752E6;
}
.BgClassName
{
background-color: #7752E6;
}
</style>
border-color css
<style>
span { border-color: #7752E6; }
span { border-color: rgb(119,82,230); }
td.TdClassName
{
border-color: #7752E6;
}
.TagClassName
{
border-color: #7752E6;
}
</style>