Shades of Medium Slate Blue #7752F7
Tints of Medium Slate Blue #7752F7
RGB
CMYK
RGB Variations
Color information
#7752F7 (or 0x7752F7) is known color: Medium Slate Blue. HEX triplet: 77, 52 and F7. RGB value is (119,82,247). Sum of RGB (Red+Green+Blue) = 119+82+247=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 247 (96.88% from 255 or 55.13% from 448); Max value from RGB is 247 - color contains mainly: blue. Hex color #7752F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7752F7 is #88AD08. Grayscale: #6F6F6F. Windows color (decimal): -8957193 or 16208503. OLE color: 16208503.
HSL color Cylindrical-coordinate representation of color #7752F7: hue angle of 253.45º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7752F7 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 119 | 82 | 247 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.03 |
| HSL | 253.45º | 0.91% | 0.65% | - |
| HSV(B) | 253.45º | 0.67% | 0.97% | - |
| XYZ | 27.41 | 16.67 | 89.77 | - |
| YUV | 111.87 | 204.26 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 247 | 0.52 | 0.67 | 0 | 0.03 | 253.45 | 0.91 | 0.65 |
| Hex | 77 | 52 | F7 | 34 | 43 | 0 | 3 | FD | 5B | 41 |
| Octal | 167 | 122 | 367 | 64 | 103 | 0 | 3 | 375 | 133 | 101 |
| Binary | 1110111 | 1010010 | 11110111 | 110100 | 1000011 | 0 | 11 | 11111101 | 1011011 | 1000001 |
Color Harmonies of #7752F7
Complementary color
Monochromatic Colors of #7752F7
Black with #7752F7
Text Example
Text Example
White with #7752F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7752F7; }
p { color: rgb(119,82,247); }
H1.HeaderClassName
{
color: #7752F7;
}
.AnyTagClassName
{
color: #7752F7;
}
</style>
background-color css
<style>
a { background-color: #7752F7; }
a { background-color: rgb(119,82,247); }
div.DivClassName
{
background-color: #7752F7;
}
.BgClassName
{
background-color: #7752F7;
}
</style>
border-color css
<style>
span { border-color: #7752F7; }
span { border-color: rgb(119,82,247); }
td.TdClassName
{
border-color: #7752F7;
}
.TagClassName
{
border-color: #7752F7;
}
</style>