Shades of Medium Slate Blue #774EE8
Tints of Medium Slate Blue #774EE8
RGB
CMYK
RGB Variations
Color information
#774EE8 (or 0x774EE8) is known color: Medium Slate Blue. HEX triplet: 77, 4E and E8. RGB value is (119,78,232). Sum of RGB (Red+Green+Blue) = 119+78+232=429 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.74% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 232 (91.02% from 255 or 54.08% from 429); Max value from RGB is 232 - color contains mainly: blue. Hex color #774EE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #774EE8 is #88B117. Grayscale: #6B6B6B. Windows color (decimal): -8958232 or 15224439. OLE color: 15224439.
HSL color Cylindrical-coordinate representation of color #774EE8: hue angle of 255.97º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #774EE8 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 78 | 232 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.09 |
| HSL | 255.97º | 0.77% | 0.61% | - |
| HSV(B) | 255.97º | 0.66% | 0.91% | - |
| XYZ | 24.9 | 15.2 | 77.96 | - |
| YUV | 107.82 | 198.08 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 232 | 0.49 | 0.66 | 0 | 0.09 | 255.97 | 0.77 | 0.61 |
| Hex | 77 | 4E | E8 | 31 | 42 | 0 | 9 | 100 | 4D | 3D |
| Octal | 167 | 116 | 350 | 61 | 102 | 0 | 11 | 400 | 115 | 75 |
| Binary | 1110111 | 1001110 | 11101000 | 110001 | 1000010 | 0 | 1001 | 100000000 | 1001101 | 111101 |
Color Harmonies of #774EE8
Complementary color
Monochromatic Colors of #774EE8
Black with #774EE8
Text Example
Text Example
White with #774EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774EE8; }
p { color: rgb(119,78,232); }
H1.HeaderClassName
{
color: #774EE8;
}
.AnyTagClassName
{
color: #774EE8;
}
</style>
background-color css
<style>
a { background-color: #774EE8; }
a { background-color: rgb(119,78,232); }
div.DivClassName
{
background-color: #774EE8;
}
.BgClassName
{
background-color: #774EE8;
}
</style>
border-color css
<style>
span { border-color: #774EE8; }
span { border-color: rgb(119,78,232); }
td.TdClassName
{
border-color: #774EE8;
}
.TagClassName
{
border-color: #774EE8;
}
</style>