Shades of Medium Slate Blue #776FED
Tints of Medium Slate Blue #776FED
RGB
CMYK
RGB Variations
Color information
#776FED (or 0x776FED) is known color: Medium Slate Blue. HEX triplet: 77, 6F and ED. RGB value is (119,111,237). Sum of RGB (Red+Green+Blue) = 119+111+237=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #776FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776FED is #889012. Grayscale: #7F7F7F. Windows color (decimal): -8949779 or 15560567. OLE color: 15560567.
HSL color Cylindrical-coordinate representation of color #776FED: hue angle of 243.81º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #776FED is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 111 | 237 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.07 |
| HSL | 243.81º | 0.78% | 0.68% | - |
| HSV(B) | 243.81º | 0.53% | 0.93% | - |
| XYZ | 28.58 | 21.41 | 82.75 | - |
| YUV | 127.76 | 189.65 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 237 | 0.50 | 0.53 | 0 | 0.07 | 243.81 | 0.78 | 0.68 |
| Hex | 77 | 6F | ED | 32 | 35 | 0 | 7 | F4 | 4E | 44 |
| Octal | 167 | 157 | 355 | 62 | 65 | 0 | 7 | 364 | 116 | 104 |
| Binary | 1110111 | 1101111 | 11101101 | 110010 | 110101 | 0 | 111 | 11110100 | 1001110 | 1000100 |
Color Harmonies of #776FED
Complementary color
Monochromatic Colors of #776FED
Black with #776FED
Text Example
Text Example
White with #776FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776FED; }
p { color: rgb(119,111,237); }
H1.HeaderClassName
{
color: #776FED;
}
.AnyTagClassName
{
color: #776FED;
}
</style>
background-color css
<style>
a { background-color: #776FED; }
a { background-color: rgb(119,111,237); }
div.DivClassName
{
background-color: #776FED;
}
.BgClassName
{
background-color: #776FED;
}
</style>
border-color css
<style>
span { border-color: #776FED; }
span { border-color: rgb(119,111,237); }
td.TdClassName
{
border-color: #776FED;
}
.TagClassName
{
border-color: #776FED;
}
</style>