Shades of Medium Slate Blue #7748FD
Tints of Medium Slate Blue #7748FD
RGB
CMYK
RGB Variations
Color information
#7748FD (or 0x7748FD) is known color: Medium Slate Blue. HEX triplet: 77, 48 and FD. RGB value is (119,72,253). Sum of RGB (Red+Green+Blue) = 119+72+253=444 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.80% from 444); Green value is 72 (28.52% from 255 or 16.22% from 444); Blue value is 253 (99.22% from 255 or 56.98% from 444); Max value from RGB is 253 - color contains mainly: blue. Hex color #7748FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7748FD is #88B702. Grayscale: #6A6A6A. Windows color (decimal): -8959747 or 16599159. OLE color: 16599159.
HSL color Cylindrical-coordinate representation of color #7748FD: hue angle of 255.58º 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 #7748FD is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 72 | 253 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.01 |
| HSL | 255.58º | 0.98% | 0.64% | - |
| HSV(B) | 255.58º | 0.72% | 0.99% | - |
| XYZ | 27.65 | 15.65 | 94.49 | - |
| YUV | 106.69 | 210.57 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 72 | 253 | 0.53 | 0.72 | 0 | 0.01 | 255.58 | 0.98 | 0.64 |
| Hex | 77 | 48 | FD | 35 | 48 | 0 | 1 | 100 | 62 | 40 |
| Octal | 167 | 110 | 375 | 65 | 110 | 0 | 1 | 400 | 142 | 100 |
| Binary | 1110111 | 1001000 | 11111101 | 110101 | 1001000 | 0 | 1 | 100000000 | 1100010 | 1000000 |
Color Harmonies of #7748FD
Complementary color
Monochromatic Colors of #7748FD
Black with #7748FD
Text Example
Text Example
White with #7748FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7748FD; }
p { color: rgb(119,72,253); }
H1.HeaderClassName
{
color: #7748FD;
}
.AnyTagClassName
{
color: #7748FD;
}
</style>
background-color css
<style>
a { background-color: #7748FD; }
a { background-color: rgb(119,72,253); }
div.DivClassName
{
background-color: #7748FD;
}
.BgClassName
{
background-color: #7748FD;
}
</style>
border-color css
<style>
span { border-color: #7748FD; }
span { border-color: rgb(119,72,253); }
td.TdClassName
{
border-color: #7748FD;
}
.TagClassName
{
border-color: #7748FD;
}
</style>