Shades of Medium Slate Blue #7746EB
Tints of Medium Slate Blue #7746EB
RGB
CMYK
RGB Variations
Color information
#7746EB (or 0x7746EB) is known color: Medium Slate Blue. HEX triplet: 77, 46 and EB. RGB value is (119,70,235). Sum of RGB (Red+Green+Blue) = 119+70+235=424 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.07% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #7746EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7746EB is #88B914. Grayscale: #666666. Windows color (decimal): -8960277 or 15418999. OLE color: 15418999.
HSL color Cylindrical-coordinate representation of color #7746EB: hue angle of 257.82º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7746EB is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 70 | 235 | - |
| CMYK | 0.49 | 0.70 | 0 | 0.08 |
| HSL | 257.82º | 0.8% | 0.6% | - |
| HSV(B) | 257.82º | 0.7% | 0.92% | - |
| XYZ | 24.79 | 14.3 | 80.05 | - |
| YUV | 103.46 | 202.23 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 70 | 235 | 0.49 | 0.70 | 0 | 0.08 | 257.82 | 0.8 | 0.6 |
| Hex | 77 | 46 | EB | 31 | 46 | 0 | 8 | 102 | 50 | 3C |
| Octal | 167 | 106 | 353 | 61 | 106 | 0 | 10 | 402 | 120 | 74 |
| Binary | 1110111 | 1000110 | 11101011 | 110001 | 1000110 | 0 | 1000 | 100000010 | 1010000 | 111100 |
Color Harmonies of #7746EB
Complementary color
Monochromatic Colors of #7746EB
Black with #7746EB
Text Example
Text Example
White with #7746EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7746EB; }
p { color: rgb(119,70,235); }
H1.HeaderClassName
{
color: #7746EB;
}
.AnyTagClassName
{
color: #7746EB;
}
</style>
background-color css
<style>
a { background-color: #7746EB; }
a { background-color: rgb(119,70,235); }
div.DivClassName
{
background-color: #7746EB;
}
.BgClassName
{
background-color: #7746EB;
}
</style>
border-color css
<style>
span { border-color: #7746EB; }
span { border-color: rgb(119,70,235); }
td.TdClassName
{
border-color: #7746EB;
}
.TagClassName
{
border-color: #7746EB;
}
</style>