Shades of Medium Slate Blue #776FEA
Tints of Medium Slate Blue #776FEA
RGB
CMYK
RGB Variations
Color information
#776FEA (or 0x776FEA) is known color: Medium Slate Blue. HEX triplet: 77, 6F and EA. RGB value is (119,111,234). Sum of RGB (Red+Green+Blue) = 119+111+234=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #776FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776FEA is #889015. Grayscale: #7E7E7E. Windows color (decimal): -8949782 or 15363959. OLE color: 15363959.
HSL color Cylindrical-coordinate representation of color #776FEA: hue angle of 243.9º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #776FEA is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 111 | 234 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.08 |
| HSL | 243.9º | 0.75% | 0.68% | - |
| HSV(B) | 243.9º | 0.53% | 0.92% | - |
| XYZ | 28.14 | 21.23 | 80.46 | - |
| YUV | 127.41 | 188.15 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 234 | 0.49 | 0.53 | 0 | 0.08 | 243.9 | 0.75 | 0.68 |
| Hex | 77 | 6F | EA | 31 | 35 | 0 | 8 | F4 | 4B | 44 |
| Octal | 167 | 157 | 352 | 61 | 65 | 0 | 10 | 364 | 113 | 104 |
| Binary | 1110111 | 1101111 | 11101010 | 110001 | 110101 | 0 | 1000 | 11110100 | 1001011 | 1000100 |
Color Harmonies of #776FEA
Complementary color
Monochromatic Colors of #776FEA
Black with #776FEA
Text Example
Text Example
White with #776FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776FEA; }
p { color: rgb(119,111,234); }
H1.HeaderClassName
{
color: #776FEA;
}
.AnyTagClassName
{
color: #776FEA;
}
</style>
background-color css
<style>
a { background-color: #776FEA; }
a { background-color: rgb(119,111,234); }
div.DivClassName
{
background-color: #776FEA;
}
.BgClassName
{
background-color: #776FEA;
}
</style>
border-color css
<style>
span { border-color: #776FEA; }
span { border-color: rgb(119,111,234); }
td.TdClassName
{
border-color: #776FEA;
}
.TagClassName
{
border-color: #776FEA;
}
</style>