Shades of Medium Slate Blue #7747FF
Tints of Medium Slate Blue #7747FF
RGB
CMYK
RGB Variations
Color information
#7747FF (or 0x7747FF) is known color: Medium Slate Blue. HEX triplet: 77, 47 and FF. RGB value is (119,71,255). Sum of RGB (Red+Green+Blue) = 119+71+255=445 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.74% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #7747FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7747FF is #88B800. Grayscale: #696969. Windows color (decimal): -8960001 or 16729975. OLE color: 16729975.
HSL color Cylindrical-coordinate representation of color #7747FF: hue angle of 255.65º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7747FF is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 71 | 255 | - |
| CMYK | 0.53 | 0.72 | 0 | 0 |
| HSL | 255.65º | 1% | 0.64% | - |
| HSV(B) | 255.65º | 0.72% | 1% | - |
| XYZ | 27.91 | 15.65 | 96.16 | - |
| YUV | 106.33 | 211.9 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 71 | 255 | 0.53 | 0.72 | 0 | 0 | 255.65 | 1 | 0.64 |
| Hex | 77 | 47 | FF | 35 | 48 | 0 | 0 | 100 | 64 | 40 |
| Octal | 167 | 107 | 377 | 65 | 110 | 0 | 0 | 400 | 144 | 100 |
| Binary | 1110111 | 1000111 | 11111111 | 110101 | 1001000 | 0 | 0 | 100000000 | 1100100 | 1000000 |
Color Harmonies of #7747FF
Complementary color
Monochromatic Colors of #7747FF
Black with #7747FF
Text Example
Text Example
White with #7747FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7747FF; }
p { color: rgb(119,71,255); }
H1.HeaderClassName
{
color: #7747FF;
}
.AnyTagClassName
{
color: #7747FF;
}
</style>
background-color css
<style>
a { background-color: #7747FF; }
a { background-color: rgb(119,71,255); }
div.DivClassName
{
background-color: #7747FF;
}
.BgClassName
{
background-color: #7747FF;
}
</style>
border-color css
<style>
span { border-color: #7747FF; }
span { border-color: rgb(119,71,255); }
td.TdClassName
{
border-color: #7747FF;
}
.TagClassName
{
border-color: #7747FF;
}
</style>