Shades of Medium Slate Blue #7746FC
Tints of Medium Slate Blue #7746FC
RGB
CMYK
RGB Variations
Color information
#7746FC (or 0x7746FC) is known color: Medium Slate Blue. HEX triplet: 77, 46 and FC. RGB value is (119,70,252). Sum of RGB (Red+Green+Blue) = 119+70+252=441 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.98% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #7746FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7746FC is #88B903. Grayscale: #686868. Windows color (decimal): -8960260 or 16533111. OLE color: 16533111.
HSL color Cylindrical-coordinate representation of color #7746FC: hue angle of 256.15º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7746FC is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 70 | 252 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.01 |
| HSL | 256.15º | 0.97% | 0.63% | - |
| HSV(B) | 256.15º | 0.72% | 0.99% | - |
| XYZ | 27.37 | 15.33 | 93.61 | - |
| YUV | 105.4 | 210.73 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 70 | 252 | 0.53 | 0.72 | 0 | 0.01 | 256.15 | 0.97 | 0.63 |
| Hex | 77 | 46 | FC | 35 | 48 | 0 | 1 | 100 | 61 | 3F |
| Octal | 167 | 106 | 374 | 65 | 110 | 0 | 1 | 400 | 141 | 77 |
| Binary | 1110111 | 1000110 | 11111100 | 110101 | 1001000 | 0 | 1 | 100000000 | 1100001 | 111111 |
Color Harmonies of #7746FC
Complementary color
Monochromatic Colors of #7746FC
Black with #7746FC
Text Example
Text Example
White with #7746FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7746FC; }
p { color: rgb(119,70,252); }
H1.HeaderClassName
{
color: #7746FC;
}
.AnyTagClassName
{
color: #7746FC;
}
</style>
background-color css
<style>
a { background-color: #7746FC; }
a { background-color: rgb(119,70,252); }
div.DivClassName
{
background-color: #7746FC;
}
.BgClassName
{
background-color: #7746FC;
}
</style>
border-color css
<style>
span { border-color: #7746FC; }
span { border-color: rgb(119,70,252); }
td.TdClassName
{
border-color: #7746FC;
}
.TagClassName
{
border-color: #7746FC;
}
</style>