Shades of Medium Slate Blue #774EE5
Tints of Medium Slate Blue #774EE5
RGB
CMYK
RGB Variations
Color information
#774EE5 (or 0x774EE5) is known color: Medium Slate Blue. HEX triplet: 77, 4E and E5. RGB value is (119,78,229). Sum of RGB (Red+Green+Blue) = 119+78+229=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 229 (89.84% from 255 or 53.76% from 426); Max value from RGB is 229 - color contains mainly: blue. Hex color #774EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774EE5 is #88B11A. Grayscale: #6A6A6A. Windows color (decimal): -8958235 or 15027831. OLE color: 15027831.
HSL color Cylindrical-coordinate representation of color #774EE5: hue angle of 256.29º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #774EE5 is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 119 | 78 | 229 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.10 |
| HSL | 256.29º | 0.74% | 0.6% | - |
| HSV(B) | 256.29º | 0.66% | 0.9% | - |
| XYZ | 24.48 | 15.03 | 75.74 | - |
| YUV | 107.47 | 196.58 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 229 | 0.48 | 0.66 | 0 | 0.10 | 256.29 | 0.74 | 0.6 |
| Hex | 77 | 4E | E5 | 30 | 42 | 0 | A | 100 | 4A | 3C |
| Octal | 167 | 116 | 345 | 60 | 102 | 0 | 12 | 400 | 112 | 74 |
| Binary | 1110111 | 1001110 | 11100101 | 110000 | 1000010 | 0 | 1010 | 100000000 | 1001010 | 111100 |
Color Harmonies of #774EE5
Complementary color
Monochromatic Colors of #774EE5
Black with #774EE5
Text Example
Text Example
White with #774EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774EE5; }
p { color: rgb(119,78,229); }
H1.HeaderClassName
{
color: #774EE5;
}
.AnyTagClassName
{
color: #774EE5;
}
</style>
background-color css
<style>
a { background-color: #774EE5; }
a { background-color: rgb(119,78,229); }
div.DivClassName
{
background-color: #774EE5;
}
.BgClassName
{
background-color: #774EE5;
}
</style>
border-color css
<style>
span { border-color: #774EE5; }
span { border-color: rgb(119,78,229); }
td.TdClassName
{
border-color: #774EE5;
}
.TagClassName
{
border-color: #774EE5;
}
</style>