Shades of Medium Slate Blue #774EEC
Tints of Medium Slate Blue #774EEC
RGB
CMYK
RGB Variations
Color information
#774EEC (or 0x774EEC) is known color: Medium Slate Blue. HEX triplet: 77, 4E and EC. RGB value is (119,78,236). Sum of RGB (Red+Green+Blue) = 119+78+236=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 78 (30.86% from 255 or 18.01% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #774EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #774EEC is #88B113. Grayscale: #6B6B6B. Windows color (decimal): -8958228 or 15486583. OLE color: 15486583.
HSL color Cylindrical-coordinate representation of color #774EEC: hue angle of 255.57º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #774EEC is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 78 | 236 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.07 |
| HSL | 255.57º | 0.81% | 0.62% | - |
| HSV(B) | 255.57º | 0.67% | 0.93% | - |
| XYZ | 25.47 | 15.43 | 80.99 | - |
| YUV | 108.27 | 200.08 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 236 | 0.50 | 0.67 | 0 | 0.07 | 255.57 | 0.81 | 0.62 |
| Hex | 77 | 4E | EC | 32 | 43 | 0 | 7 | 100 | 51 | 3E |
| Octal | 167 | 116 | 354 | 62 | 103 | 0 | 7 | 400 | 121 | 76 |
| Binary | 1110111 | 1001110 | 11101100 | 110010 | 1000011 | 0 | 111 | 100000000 | 1010001 | 111110 |
Color Harmonies of #774EEC
Complementary color
Monochromatic Colors of #774EEC
Black with #774EEC
Text Example
Text Example
White with #774EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774EEC; }
p { color: rgb(119,78,236); }
H1.HeaderClassName
{
color: #774EEC;
}
.AnyTagClassName
{
color: #774EEC;
}
</style>
background-color css
<style>
a { background-color: #774EEC; }
a { background-color: rgb(119,78,236); }
div.DivClassName
{
background-color: #774EEC;
}
.BgClassName
{
background-color: #774EEC;
}
</style>
border-color css
<style>
span { border-color: #774EEC; }
span { border-color: rgb(119,78,236); }
td.TdClassName
{
border-color: #774EEC;
}
.TagClassName
{
border-color: #774EEC;
}
</style>