Shades of Medium Slate Blue #7746FF
Tints of Medium Slate Blue #7746FF
RGB
CMYK
RGB Variations
Color information
#7746FF (or 0x7746FF) is known color: Medium Slate Blue. HEX triplet: 77, 46 and FF. RGB value is (119,70,255). Sum of RGB (Red+Green+Blue) = 119+70+255=444 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.80% from 444); Green value is 70 (27.73% from 255 or 15.77% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #7746FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7746FF is #88B900. Grayscale: #696969. Windows color (decimal): -8960257 or 16729719. OLE color: 16729719.
HSL color Cylindrical-coordinate representation of color #7746FF: hue angle of 255.89º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7746FF is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 70 | 255 | - |
| CMYK | 0.53 | 0.73 | 0 | 0 |
| HSL | 255.89º | 1% | 0.64% | - |
| HSV(B) | 255.89º | 0.73% | 1% | - |
| XYZ | 27.85 | 15.52 | 96.14 | - |
| YUV | 105.74 | 212.23 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 70 | 255 | 0.53 | 0.73 | 0 | 0 | 255.89 | 1 | 0.64 |
| Hex | 77 | 46 | FF | 35 | 49 | 0 | 0 | 100 | 64 | 40 |
| Octal | 167 | 106 | 377 | 65 | 111 | 0 | 0 | 400 | 144 | 100 |
| Binary | 1110111 | 1000110 | 11111111 | 110101 | 1001001 | 0 | 0 | 100000000 | 1100100 | 1000000 |
Color Harmonies of #7746FF
Complementary color
Monochromatic Colors of #7746FF
Black with #7746FF
Text Example
Text Example
White with #7746FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7746FF; }
p { color: rgb(119,70,255); }
H1.HeaderClassName
{
color: #7746FF;
}
.AnyTagClassName
{
color: #7746FF;
}
</style>
background-color css
<style>
a { background-color: #7746FF; }
a { background-color: rgb(119,70,255); }
div.DivClassName
{
background-color: #7746FF;
}
.BgClassName
{
background-color: #7746FF;
}
</style>
border-color css
<style>
span { border-color: #7746FF; }
span { border-color: rgb(119,70,255); }
td.TdClassName
{
border-color: #7746FF;
}
.TagClassName
{
border-color: #7746FF;
}
</style>