Shades of Medium Slate Blue #777EEA
Tints of Medium Slate Blue #777EEA
RGB
CMYK
RGB Variations
Color information
#777EEA (or 0x777EEA) is known color: Medium Slate Blue. HEX triplet: 77, 7E and EA. RGB value is (119,126,234). Sum of RGB (Red+Green+Blue) = 119+126+234=479 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.84% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #777EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777EEA is #888115. Grayscale: #878787. Windows color (decimal): -8945942 or 15367799. OLE color: 15367799.
HSL color Cylindrical-coordinate representation of color #777EEA: hue angle of 236.35º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #777EEA is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 126 | 234 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.08 |
| HSL | 236.35º | 0.73% | 0.69% | - |
| HSV(B) | 236.35º | 0.49% | 0.92% | - |
| XYZ | 29.92 | 24.78 | 81.05 | - |
| YUV | 136.22 | 183.18 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 126 | 234 | 0.49 | 0.46 | 0 | 0.08 | 236.35 | 0.73 | 0.69 |
| Hex | 77 | 7E | EA | 31 | 2E | 0 | 8 | EC | 49 | 45 |
| Octal | 167 | 176 | 352 | 61 | 56 | 0 | 10 | 354 | 111 | 105 |
| Binary | 1110111 | 1111110 | 11101010 | 110001 | 101110 | 0 | 1000 | 11101100 | 1001001 | 1000101 |
Color Harmonies of #777EEA
Complementary color
Monochromatic Colors of #777EEA
Black with #777EEA
Text Example
Text Example
White with #777EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777EEA; }
p { color: rgb(119,126,234); }
H1.HeaderClassName
{
color: #777EEA;
}
.AnyTagClassName
{
color: #777EEA;
}
</style>
background-color css
<style>
a { background-color: #777EEA; }
a { background-color: rgb(119,126,234); }
div.DivClassName
{
background-color: #777EEA;
}
.BgClassName
{
background-color: #777EEA;
}
</style>
border-color css
<style>
span { border-color: #777EEA; }
span { border-color: rgb(119,126,234); }
td.TdClassName
{
border-color: #777EEA;
}
.TagClassName
{
border-color: #777EEA;
}
</style>