Shades of Medium Slate Blue #7753FF
Tints of Medium Slate Blue #7753FF
RGB
CMYK
RGB Variations
Color information
#7753FF (or 0x7753FF) is known color: Medium Slate Blue. HEX triplet: 77, 53 and FF. RGB value is (119,83,255). Sum of RGB (Red+Green+Blue) = 119+83+255=457 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.04% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #7753FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7753FF is #88AC00. Grayscale: #707070. Windows color (decimal): -8956929 or 16733047. OLE color: 16733047.
HSL color Cylindrical-coordinate representation of color #7753FF: hue angle of 252.56º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7753FF is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 83 | 255 | - |
| CMYK | 0.53 | 0.67 | 0 | 0 |
| HSL | 252.56º | 1% | 0.66% | - |
| HSV(B) | 252.56º | 0.67% | 1% | - |
| XYZ | 28.75 | 17.33 | 96.44 | - |
| YUV | 113.37 | 207.93 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 83 | 255 | 0.53 | 0.67 | 0 | 0 | 252.56 | 1 | 0.66 |
| Hex | 77 | 53 | FF | 35 | 43 | 0 | 0 | FD | 64 | 42 |
| Octal | 167 | 123 | 377 | 65 | 103 | 0 | 0 | 375 | 144 | 102 |
| Binary | 1110111 | 1010011 | 11111111 | 110101 | 1000011 | 0 | 0 | 11111101 | 1100100 | 1000010 |
Color Harmonies of #7753FF
Complementary color
Monochromatic Colors of #7753FF
Black with #7753FF
Text Example
Text Example
White with #7753FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7753FF; }
p { color: rgb(119,83,255); }
H1.HeaderClassName
{
color: #7753FF;
}
.AnyTagClassName
{
color: #7753FF;
}
</style>
background-color css
<style>
a { background-color: #7753FF; }
a { background-color: rgb(119,83,255); }
div.DivClassName
{
background-color: #7753FF;
}
.BgClassName
{
background-color: #7753FF;
}
</style>
border-color css
<style>
span { border-color: #7753FF; }
span { border-color: rgb(119,83,255); }
td.TdClassName
{
border-color: #7753FF;
}
.TagClassName
{
border-color: #7753FF;
}
</style>