Shades of Medium Slate Blue #7770EA
Tints of Medium Slate Blue #7770EA
RGB
CMYK
RGB Variations
Color information
#7770EA (or 0x7770EA) is known color: Medium Slate Blue. HEX triplet: 77, 70 and EA. RGB value is (119,112,234). Sum of RGB (Red+Green+Blue) = 119+112+234=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #7770EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7770EA is #888F15. Grayscale: #7F7F7F. Windows color (decimal): -8949526 or 15364215. OLE color: 15364215.
HSL color Cylindrical-coordinate representation of color #7770EA: hue angle of 243.44º degrees, saturation: 0.74, 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 #7770EA is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 112 | 234 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.08 |
| HSL | 243.44º | 0.74% | 0.68% | - |
| HSV(B) | 243.44º | 0.52% | 0.92% | - |
| XYZ | 28.25 | 21.45 | 80.49 | - |
| YUV | 128 | 187.82 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 234 | 0.49 | 0.52 | 0 | 0.08 | 243.44 | 0.74 | 0.68 |
| Hex | 77 | 70 | EA | 31 | 34 | 0 | 8 | F3 | 4A | 44 |
| Octal | 167 | 160 | 352 | 61 | 64 | 0 | 10 | 363 | 112 | 104 |
| Binary | 1110111 | 1110000 | 11101010 | 110001 | 110100 | 0 | 1000 | 11110011 | 1001010 | 1000100 |
Color Harmonies of #7770EA
Complementary color
Monochromatic Colors of #7770EA
Black with #7770EA
Text Example
Text Example
White with #7770EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7770EA; }
p { color: rgb(119,112,234); }
H1.HeaderClassName
{
color: #7770EA;
}
.AnyTagClassName
{
color: #7770EA;
}
</style>
background-color css
<style>
a { background-color: #7770EA; }
a { background-color: rgb(119,112,234); }
div.DivClassName
{
background-color: #7770EA;
}
.BgClassName
{
background-color: #7770EA;
}
</style>
border-color css
<style>
span { border-color: #7770EA; }
span { border-color: rgb(119,112,234); }
td.TdClassName
{
border-color: #7770EA;
}
.TagClassName
{
border-color: #7770EA;
}
</style>