Shades of Medium Slate Blue #776BEC
Tints of Medium Slate Blue #776BEC
RGB
CMYK
RGB Variations
Color information
#776BEC (or 0x776BEC) is known color: Medium Slate Blue. HEX triplet: 77, 6B and EC. RGB value is (119,107,236). Sum of RGB (Red+Green+Blue) = 119+107+236=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #776BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776BEC is #889413. Grayscale: #7C7C7C. Windows color (decimal): -8950804 or 15494007. OLE color: 15494007.
HSL color Cylindrical-coordinate representation of color #776BEC: hue angle of 245.58º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #776BEC is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 107 | 236 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.07 |
| HSL | 245.58º | 0.77% | 0.67% | - |
| HSV(B) | 245.58º | 0.55% | 0.93% | - |
| XYZ | 28.01 | 20.49 | 81.84 | - |
| YUV | 125.29 | 190.48 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 236 | 0.50 | 0.55 | 0 | 0.07 | 245.58 | 0.77 | 0.67 |
| Hex | 77 | 6B | EC | 32 | 37 | 0 | 7 | F6 | 4D | 43 |
| Octal | 167 | 153 | 354 | 62 | 67 | 0 | 7 | 366 | 115 | 103 |
| Binary | 1110111 | 1101011 | 11101100 | 110010 | 110111 | 0 | 111 | 11110110 | 1001101 | 1000011 |
Color Harmonies of #776BEC
Complementary color
Monochromatic Colors of #776BEC
Black with #776BEC
Text Example
Text Example
White with #776BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776BEC; }
p { color: rgb(119,107,236); }
H1.HeaderClassName
{
color: #776BEC;
}
.AnyTagClassName
{
color: #776BEC;
}
</style>
background-color css
<style>
a { background-color: #776BEC; }
a { background-color: rgb(119,107,236); }
div.DivClassName
{
background-color: #776BEC;
}
.BgClassName
{
background-color: #776BEC;
}
</style>
border-color css
<style>
span { border-color: #776BEC; }
span { border-color: rgb(119,107,236); }
td.TdClassName
{
border-color: #776BEC;
}
.TagClassName
{
border-color: #776BEC;
}
</style>