Shades of Slate Blue #774EC5
Tints of Slate Blue #774EC5
RGB
CMYK
RGB Variations
Color information
#774EC5 (or 0x774EC5) is known color: Slate Blue. HEX triplet: 77, 4E and C5. RGB value is (119,78,197). Sum of RGB (Red+Green+Blue) = 119+78+197=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 197 (77.34% from 255 or 50% from 394); Max value from RGB is 197 - color contains mainly: blue. Hex color #774EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774EC5 is #88B13A. Grayscale: #676767. Windows color (decimal): -8958267 or 12930679. OLE color: 12930679.
HSL color Cylindrical-coordinate representation of color #774EC5: hue angle of 260.67º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #774EC5 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 78 | 197 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.23 |
| HSL | 260.67º | 0.51% | 0.54% | - |
| HSV(B) | 260.67º | 0.6% | 0.77% | - |
| XYZ | 20.41 | 13.4 | 54.33 | - |
| YUV | 103.83 | 180.58 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 197 | 0.40 | 0.60 | 0 | 0.23 | 260.67 | 0.51 | 0.54 |
| Hex | 77 | 4E | C5 | 28 | 3C | 0 | 17 | 105 | 33 | 36 |
| Octal | 167 | 116 | 305 | 50 | 74 | 0 | 27 | 405 | 63 | 66 |
| Binary | 1110111 | 1001110 | 11000101 | 101000 | 111100 | 0 | 10111 | 100000101 | 110011 | 110110 |
Color Harmonies of #774EC5
Complementary color
Monochromatic Colors of #774EC5
Black with #774EC5
Text Example
Text Example
White with #774EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774EC5; }
p { color: rgb(119,78,197); }
H1.HeaderClassName
{
color: #774EC5;
}
.AnyTagClassName
{
color: #774EC5;
}
</style>
background-color css
<style>
a { background-color: #774EC5; }
a { background-color: rgb(119,78,197); }
div.DivClassName
{
background-color: #774EC5;
}
.BgClassName
{
background-color: #774EC5;
}
</style>
border-color css
<style>
span { border-color: #774EC5; }
span { border-color: rgb(119,78,197); }
td.TdClassName
{
border-color: #774EC5;
}
.TagClassName
{
border-color: #774EC5;
}
</style>