Shades of Medium Slate Blue #7747FD
Tints of Medium Slate Blue #7747FD
RGB
CMYK
RGB Variations
Color information
#7747FD (or 0x7747FD) is known color: Medium Slate Blue. HEX triplet: 77, 47 and FD. RGB value is (119,71,253). Sum of RGB (Red+Green+Blue) = 119+71+253=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 71 (28.12% from 255 or 16.03% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #7747FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7747FD is #88B802. Grayscale: #696969. Windows color (decimal): -8960003 or 16598903. OLE color: 16598903.
HSL color Cylindrical-coordinate representation of color #7747FD: hue angle of 255.82º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7747FD is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 71 | 253 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.01 |
| HSL | 255.82º | 0.98% | 0.64% | - |
| HSV(B) | 255.82º | 0.72% | 0.99% | - |
| XYZ | 27.59 | 15.52 | 94.47 | - |
| YUV | 106.1 | 210.9 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 71 | 253 | 0.53 | 0.72 | 0 | 0.01 | 255.82 | 0.98 | 0.64 |
| Hex | 77 | 47 | FD | 35 | 48 | 0 | 1 | 100 | 62 | 40 |
| Octal | 167 | 107 | 375 | 65 | 110 | 0 | 1 | 400 | 142 | 100 |
| Binary | 1110111 | 1000111 | 11111101 | 110101 | 1001000 | 0 | 1 | 100000000 | 1100010 | 1000000 |
Color Harmonies of #7747FD
Complementary color
Monochromatic Colors of #7747FD
Black with #7747FD
Text Example
Text Example
White with #7747FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7747FD; }
p { color: rgb(119,71,253); }
H1.HeaderClassName
{
color: #7747FD;
}
.AnyTagClassName
{
color: #7747FD;
}
</style>
background-color css
<style>
a { background-color: #7747FD; }
a { background-color: rgb(119,71,253); }
div.DivClassName
{
background-color: #7747FD;
}
.BgClassName
{
background-color: #7747FD;
}
</style>
border-color css
<style>
span { border-color: #7747FD; }
span { border-color: rgb(119,71,253); }
td.TdClassName
{
border-color: #7747FD;
}
.TagClassName
{
border-color: #7747FD;
}
</style>