Shades of Medium Slate Blue #7770EB
Tints of Medium Slate Blue #7770EB
RGB
CMYK
RGB Variations
Color information
#7770EB (or 0x7770EB) is known color: Medium Slate Blue. HEX triplet: 77, 70 and EB. RGB value is (119,112,235). Sum of RGB (Red+Green+Blue) = 119+112+235=466 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.54% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #7770EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7770EB is #888F14. Grayscale: #7F7F7F. Windows color (decimal): -8949525 or 15429751. OLE color: 15429751.
HSL color Cylindrical-coordinate representation of color #7770EB: hue angle of 243.41º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7770EB is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 112 | 235 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.08 |
| HSL | 243.41º | 0.75% | 0.68% | - |
| HSV(B) | 243.41º | 0.52% | 0.92% | - |
| XYZ | 28.4 | 21.51 | 81.25 | - |
| YUV | 128.12 | 188.32 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 235 | 0.49 | 0.52 | 0 | 0.08 | 243.41 | 0.75 | 0.68 |
| Hex | 77 | 70 | EB | 31 | 34 | 0 | 8 | F3 | 4B | 44 |
| Octal | 167 | 160 | 353 | 61 | 64 | 0 | 10 | 363 | 113 | 104 |
| Binary | 1110111 | 1110000 | 11101011 | 110001 | 110100 | 0 | 1000 | 11110011 | 1001011 | 1000100 |
Color Harmonies of #7770EB
Complementary color
Monochromatic Colors of #7770EB
Black with #7770EB
Text Example
Text Example
White with #7770EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7770EB; }
p { color: rgb(119,112,235); }
H1.HeaderClassName
{
color: #7770EB;
}
.AnyTagClassName
{
color: #7770EB;
}
</style>
background-color css
<style>
a { background-color: #7770EB; }
a { background-color: rgb(119,112,235); }
div.DivClassName
{
background-color: #7770EB;
}
.BgClassName
{
background-color: #7770EB;
}
</style>
border-color css
<style>
span { border-color: #7770EB; }
span { border-color: rgb(119,112,235); }
td.TdClassName
{
border-color: #7770EB;
}
.TagClassName
{
border-color: #7770EB;
}
</style>