Shades of Medium Slate Blue #777EE3
Tints of Medium Slate Blue #777EE3
RGB
CMYK
RGB Variations
Color information
#777EE3 (or 0x777EE3) is known color: Medium Slate Blue. HEX triplet: 77, 7E and E3. RGB value is (119,126,227). Sum of RGB (Red+Green+Blue) = 119+126+227=472 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.21% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 227 (89.06% from 255 or 48.09% from 472); Max value from RGB is 227 - color contains mainly: blue. Hex color #777EE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777EE3 is #88811C. Grayscale: #878787. Windows color (decimal): -8945949 or 14909047. OLE color: 14909047.
HSL color Cylindrical-coordinate representation of color #777EE3: hue angle of 236.11º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #777EE3 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 126 | 227 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.11 |
| HSL | 236.11º | 0.66% | 0.68% | - |
| HSV(B) | 236.11º | 0.48% | 0.89% | - |
| XYZ | 28.93 | 24.39 | 75.86 | - |
| YUV | 135.42 | 179.68 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 126 | 227 | 0.48 | 0.44 | 0 | 0.11 | 236.11 | 0.66 | 0.68 |
| Hex | 77 | 7E | E3 | 30 | 2C | 0 | B | EC | 42 | 44 |
| Octal | 167 | 176 | 343 | 60 | 54 | 0 | 13 | 354 | 102 | 104 |
| Binary | 1110111 | 1111110 | 11100011 | 110000 | 101100 | 0 | 1011 | 11101100 | 1000010 | 1000100 |
Color Harmonies of #777EE3
Complementary color
Monochromatic Colors of #777EE3
Black with #777EE3
Text Example
Text Example
White with #777EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777EE3; }
p { color: rgb(119,126,227); }
H1.HeaderClassName
{
color: #777EE3;
}
.AnyTagClassName
{
color: #777EE3;
}
</style>
background-color css
<style>
a { background-color: #777EE3; }
a { background-color: rgb(119,126,227); }
div.DivClassName
{
background-color: #777EE3;
}
.BgClassName
{
background-color: #777EE3;
}
</style>
border-color css
<style>
span { border-color: #777EE3; }
span { border-color: rgb(119,126,227); }
td.TdClassName
{
border-color: #777EE3;
}
.TagClassName
{
border-color: #777EE3;
}
</style>