Shades of Medium Slate Blue #7744FD
Tints of Medium Slate Blue #7744FD
RGB
CMYK
RGB Variations
Color information
#7744FD (or 0x7744FD) is known color: Medium Slate Blue. HEX triplet: 77, 44 and FD. RGB value is (119,68,253). Sum of RGB (Red+Green+Blue) = 119+68+253=440 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.05% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #7744FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7744FD is #88BB02. Grayscale: #676767. Windows color (decimal): -8960771 or 16598135. OLE color: 16598135.
HSL color Cylindrical-coordinate representation of color #7744FD: hue angle of 256.54º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7744FD is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 68 | 253 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.01 |
| HSL | 256.54º | 0.98% | 0.63% | - |
| HSV(B) | 256.54º | 0.73% | 0.99% | - |
| XYZ | 27.4 | 15.15 | 94.41 | - |
| YUV | 104.34 | 211.9 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 68 | 253 | 0.53 | 0.73 | 0 | 0.01 | 256.54 | 0.98 | 0.63 |
| Hex | 77 | 44 | FD | 35 | 49 | 0 | 1 | 101 | 62 | 3F |
| Octal | 167 | 104 | 375 | 65 | 111 | 0 | 1 | 401 | 142 | 77 |
| Binary | 1110111 | 1000100 | 11111101 | 110101 | 1001001 | 0 | 1 | 100000001 | 1100010 | 111111 |
Color Harmonies of #7744FD
Complementary color
Monochromatic Colors of #7744FD
Black with #7744FD
Text Example
Text Example
White with #7744FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7744FD; }
p { color: rgb(119,68,253); }
H1.HeaderClassName
{
color: #7744FD;
}
.AnyTagClassName
{
color: #7744FD;
}
</style>
background-color css
<style>
a { background-color: #7744FD; }
a { background-color: rgb(119,68,253); }
div.DivClassName
{
background-color: #7744FD;
}
.BgClassName
{
background-color: #7744FD;
}
</style>
border-color css
<style>
span { border-color: #7744FD; }
span { border-color: rgb(119,68,253); }
td.TdClassName
{
border-color: #7744FD;
}
.TagClassName
{
border-color: #7744FD;
}
</style>