Shades of Medium Slate Blue #776CEC
Tints of Medium Slate Blue #776CEC
RGB
CMYK
RGB Variations
Color information
#776CEC (or 0x776CEC) is known color: Medium Slate Blue. HEX triplet: 77, 6C and EC. RGB value is (119,108,236). Sum of RGB (Red+Green+Blue) = 119+108+236=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #776CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776CEC is #889313. Grayscale: #7D7D7D. Windows color (decimal): -8950548 or 15494263. OLE color: 15494263.
HSL color Cylindrical-coordinate representation of color #776CEC: hue angle of 245.16º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #776CEC is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 108 | 236 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.07 |
| HSL | 245.16º | 0.77% | 0.67% | - |
| HSV(B) | 245.16º | 0.54% | 0.93% | - |
| XYZ | 28.11 | 20.7 | 81.87 | - |
| YUV | 125.88 | 190.14 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 236 | 0.50 | 0.54 | 0 | 0.07 | 245.16 | 0.77 | 0.67 |
| Hex | 77 | 6C | EC | 32 | 36 | 0 | 7 | F5 | 4D | 43 |
| Octal | 167 | 154 | 354 | 62 | 66 | 0 | 7 | 365 | 115 | 103 |
| Binary | 1110111 | 1101100 | 11101100 | 110010 | 110110 | 0 | 111 | 11110101 | 1001101 | 1000011 |
Color Harmonies of #776CEC
Complementary color
Monochromatic Colors of #776CEC
Black with #776CEC
Text Example
Text Example
White with #776CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776CEC; }
p { color: rgb(119,108,236); }
H1.HeaderClassName
{
color: #776CEC;
}
.AnyTagClassName
{
color: #776CEC;
}
</style>
background-color css
<style>
a { background-color: #776CEC; }
a { background-color: rgb(119,108,236); }
div.DivClassName
{
background-color: #776CEC;
}
.BgClassName
{
background-color: #776CEC;
}
</style>
border-color css
<style>
span { border-color: #776CEC; }
span { border-color: rgb(119,108,236); }
td.TdClassName
{
border-color: #776CEC;
}
.TagClassName
{
border-color: #776CEC;
}
</style>