Shades of Medium Slate Blue #7744FE
Tints of Medium Slate Blue #7744FE
RGB
CMYK
RGB Variations
Color information
#7744FE (or 0x7744FE) is known color: Medium Slate Blue. HEX triplet: 77, 44 and FE. RGB value is (119,68,254). Sum of RGB (Red+Green+Blue) = 119+68+254=441 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.98% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #7744FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7744FE is #88BB01. Grayscale: #676767. Windows color (decimal): -8960770 or 16663671. OLE color: 16663671.
HSL color Cylindrical-coordinate representation of color #7744FE: hue angle of 256.45º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7744FE is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 68 | 254 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.00 |
| HSL | 256.45º | 0.99% | 0.63% | - |
| HSV(B) | 256.45º | 0.73% | 1% | - |
| XYZ | 27.56 | 15.21 | 95.25 | - |
| YUV | 104.45 | 212.4 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 68 | 254 | 0.53 | 0.73 | 0 | 0.00 | 256.45 | 0.99 | 0.63 |
| Hex | 77 | 44 | FE | 35 | 49 | 0 | 0 | 100 | 63 | 3F |
| Octal | 167 | 104 | 376 | 65 | 111 | 0 | 0 | 400 | 143 | 77 |
| Binary | 1110111 | 1000100 | 11111110 | 110101 | 1001001 | 0 | 0 | 100000000 | 1100011 | 111111 |
Color Harmonies of #7744FE
Complementary color
Monochromatic Colors of #7744FE
Black with #7744FE
Text Example
Text Example
White with #7744FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7744FE; }
p { color: rgb(119,68,254); }
H1.HeaderClassName
{
color: #7744FE;
}
.AnyTagClassName
{
color: #7744FE;
}
</style>
background-color css
<style>
a { background-color: #7744FE; }
a { background-color: rgb(119,68,254); }
div.DivClassName
{
background-color: #7744FE;
}
.BgClassName
{
background-color: #7744FE;
}
</style>
border-color css
<style>
span { border-color: #7744FE; }
span { border-color: rgb(119,68,254); }
td.TdClassName
{
border-color: #7744FE;
}
.TagClassName
{
border-color: #7744FE;
}
</style>