Shades of Medium Slate Blue #7744FC
Tints of Medium Slate Blue #7744FC
RGB
CMYK
RGB Variations
Color information
#7744FC (or 0x7744FC) is known color: Medium Slate Blue. HEX triplet: 77, 44 and FC. RGB value is (119,68,252). Sum of RGB (Red+Green+Blue) = 119+68+252=439 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.11% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #7744FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7744FC is #88BB03. Grayscale: #676767. Windows color (decimal): -8960772 or 16532599. OLE color: 16532599.
HSL color Cylindrical-coordinate representation of color #7744FC: hue angle of 256.63º degrees, saturation: 0.97, 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 #7744FC is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 68 | 252 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.01 |
| HSL | 256.63º | 0.97% | 0.63% | - |
| HSV(B) | 256.63º | 0.73% | 0.99% | - |
| XYZ | 27.25 | 15.08 | 93.57 | - |
| YUV | 104.23 | 211.4 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 68 | 252 | 0.53 | 0.73 | 0 | 0.01 | 256.63 | 0.97 | 0.63 |
| Hex | 77 | 44 | FC | 35 | 49 | 0 | 1 | 101 | 61 | 3F |
| Octal | 167 | 104 | 374 | 65 | 111 | 0 | 1 | 401 | 141 | 77 |
| Binary | 1110111 | 1000100 | 11111100 | 110101 | 1001001 | 0 | 1 | 100000001 | 1100001 | 111111 |
Color Harmonies of #7744FC
Complementary color
Monochromatic Colors of #7744FC
Black with #7744FC
Text Example
Text Example
White with #7744FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7744FC; }
p { color: rgb(119,68,252); }
H1.HeaderClassName
{
color: #7744FC;
}
.AnyTagClassName
{
color: #7744FC;
}
</style>
background-color css
<style>
a { background-color: #7744FC; }
a { background-color: rgb(119,68,252); }
div.DivClassName
{
background-color: #7744FC;
}
.BgClassName
{
background-color: #7744FC;
}
</style>
border-color css
<style>
span { border-color: #7744FC; }
span { border-color: rgb(119,68,252); }
td.TdClassName
{
border-color: #7744FC;
}
.TagClassName
{
border-color: #7744FC;
}
</style>