Shades of Medium Slate Blue #776BE2
Tints of Medium Slate Blue #776BE2
RGB
CMYK
RGB Variations
Color information
#776BE2 (or 0x776BE2) is known color: Medium Slate Blue. HEX triplet: 77, 6B and E2. RGB value is (119,107,226). Sum of RGB (Red+Green+Blue) = 119+107+226=452 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.33% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 226 (88.67% from 255 or 50% from 452); Max value from RGB is 226 - color contains mainly: blue. Hex color #776BE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776BE2 is #88941D. Grayscale: #7B7B7B. Windows color (decimal): -8950814 or 14838647. OLE color: 14838647.
HSL color Cylindrical-coordinate representation of color #776BE2: hue angle of 246.05º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #776BE2 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 107 | 226 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.11 |
| HSL | 246.05º | 0.67% | 0.65% | - |
| HSV(B) | 246.05º | 0.53% | 0.89% | - |
| XYZ | 26.59 | 19.93 | 74.4 | - |
| YUV | 124.15 | 185.48 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 226 | 0.47 | 0.53 | 0 | 0.11 | 246.05 | 0.67 | 0.65 |
| Hex | 77 | 6B | E2 | 2F | 35 | 0 | B | F6 | 43 | 41 |
| Octal | 167 | 153 | 342 | 57 | 65 | 0 | 13 | 366 | 103 | 101 |
| Binary | 1110111 | 1101011 | 11100010 | 101111 | 110101 | 0 | 1011 | 11110110 | 1000011 | 1000001 |
Color Harmonies of #776BE2
Complementary color
Monochromatic Colors of #776BE2
Black with #776BE2
Text Example
Text Example
White with #776BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776BE2; }
p { color: rgb(119,107,226); }
H1.HeaderClassName
{
color: #776BE2;
}
.AnyTagClassName
{
color: #776BE2;
}
</style>
background-color css
<style>
a { background-color: #776BE2; }
a { background-color: rgb(119,107,226); }
div.DivClassName
{
background-color: #776BE2;
}
.BgClassName
{
background-color: #776BE2;
}
</style>
border-color css
<style>
span { border-color: #776BE2; }
span { border-color: rgb(119,107,226); }
td.TdClassName
{
border-color: #776BE2;
}
.TagClassName
{
border-color: #776BE2;
}
</style>