Shades of Medium Slate Blue #776CED
Tints of Medium Slate Blue #776CED
RGB
CMYK
RGB Variations
Color information
#776CED (or 0x776CED) is known color: Medium Slate Blue. HEX triplet: 77, 6C and ED. RGB value is (119,108,237). Sum of RGB (Red+Green+Blue) = 119+108+237=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #776CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776CED is #889312. Grayscale: #7D7D7D. Windows color (decimal): -8950547 or 15559799. OLE color: 15559799.
HSL color Cylindrical-coordinate representation of color #776CED: hue angle of 245.12º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #776CED is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 108 | 237 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.07 |
| HSL | 245.12º | 0.78% | 0.68% | - |
| HSV(B) | 245.12º | 0.54% | 0.93% | - |
| XYZ | 28.26 | 20.76 | 82.64 | - |
| YUV | 126 | 190.64 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 237 | 0.50 | 0.54 | 0 | 0.07 | 245.12 | 0.78 | 0.68 |
| Hex | 77 | 6C | ED | 32 | 36 | 0 | 7 | F5 | 4E | 44 |
| Octal | 167 | 154 | 355 | 62 | 66 | 0 | 7 | 365 | 116 | 104 |
| Binary | 1110111 | 1101100 | 11101101 | 110010 | 110110 | 0 | 111 | 11110101 | 1001110 | 1000100 |
Color Harmonies of #776CED
Complementary color
Monochromatic Colors of #776CED
Black with #776CED
Text Example
Text Example
White with #776CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776CED; }
p { color: rgb(119,108,237); }
H1.HeaderClassName
{
color: #776CED;
}
.AnyTagClassName
{
color: #776CED;
}
</style>
background-color css
<style>
a { background-color: #776CED; }
a { background-color: rgb(119,108,237); }
div.DivClassName
{
background-color: #776CED;
}
.BgClassName
{
background-color: #776CED;
}
</style>
border-color css
<style>
span { border-color: #776CED; }
span { border-color: rgb(119,108,237); }
td.TdClassName
{
border-color: #776CED;
}
.TagClassName
{
border-color: #776CED;
}
</style>