Shades of Medium Slate Blue #7770EF
Tints of Medium Slate Blue #7770EF
RGB
CMYK
RGB Variations
Color information
#7770EF (or 0x7770EF) is known color: Medium Slate Blue. HEX triplet: 77, 70 and EF. RGB value is (119,112,239). Sum of RGB (Red+Green+Blue) = 119+112+239=470 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.32% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #7770EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7770EF is #888F10. Grayscale: #808080. Windows color (decimal): -8949521 or 15691895. OLE color: 15691895.
HSL color Cylindrical-coordinate representation of color #7770EF: hue angle of 243.31º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7770EF is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 112 | 239 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.06 |
| HSL | 243.31º | 0.8% | 0.69% | - |
| HSV(B) | 243.31º | 0.53% | 0.94% | - |
| XYZ | 28.98 | 21.74 | 84.33 | - |
| YUV | 128.57 | 190.32 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 239 | 0.50 | 0.53 | 0 | 0.06 | 243.31 | 0.8 | 0.69 |
| Hex | 77 | 70 | EF | 32 | 35 | 0 | 6 | F3 | 50 | 45 |
| Octal | 167 | 160 | 357 | 62 | 65 | 0 | 6 | 363 | 120 | 105 |
| Binary | 1110111 | 1110000 | 11101111 | 110010 | 110101 | 0 | 110 | 11110011 | 1010000 | 1000101 |
Color Harmonies of #7770EF
Complementary color
Monochromatic Colors of #7770EF
Black with #7770EF
Text Example
Text Example
White with #7770EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7770EF; }
p { color: rgb(119,112,239); }
H1.HeaderClassName
{
color: #7770EF;
}
.AnyTagClassName
{
color: #7770EF;
}
</style>
background-color css
<style>
a { background-color: #7770EF; }
a { background-color: rgb(119,112,239); }
div.DivClassName
{
background-color: #7770EF;
}
.BgClassName
{
background-color: #7770EF;
}
</style>
border-color css
<style>
span { border-color: #7770EF; }
span { border-color: rgb(119,112,239); }
td.TdClassName
{
border-color: #7770EF;
}
.TagClassName
{
border-color: #7770EF;
}
</style>