Shades of Slate Blue #774EE3
Tints of Slate Blue #774EE3
RGB
CMYK
RGB Variations
Color information
#774EE3 (or 0x774EE3) is known color: Slate Blue. HEX triplet: 77, 4E and E3. RGB value is (119,78,227). Sum of RGB (Red+Green+Blue) = 119+78+227=424 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.07% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 227 (89.06% from 255 or 53.54% from 424); Max value from RGB is 227 - color contains mainly: blue. Hex color #774EE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774EE3 is #88B11C. Grayscale: #6A6A6A. Windows color (decimal): -8958237 or 14896759. OLE color: 14896759.
HSL color Cylindrical-coordinate representation of color #774EE3: hue angle of 256.51º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #774EE3 is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 78 | 227 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.11 |
| HSL | 256.51º | 0.73% | 0.6% | - |
| HSV(B) | 256.51º | 0.66% | 0.89% | - |
| XYZ | 24.2 | 14.92 | 74.28 | - |
| YUV | 107.25 | 195.58 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 227 | 0.48 | 0.66 | 0 | 0.11 | 256.51 | 0.73 | 0.6 |
| Hex | 77 | 4E | E3 | 30 | 42 | 0 | B | 101 | 49 | 3C |
| Octal | 167 | 116 | 343 | 60 | 102 | 0 | 13 | 401 | 111 | 74 |
| Binary | 1110111 | 1001110 | 11100011 | 110000 | 1000010 | 0 | 1011 | 100000001 | 1001001 | 111100 |
Color Harmonies of #774EE3
Complementary color
Monochromatic Colors of #774EE3
Black with #774EE3
Text Example
Text Example
White with #774EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774EE3; }
p { color: rgb(119,78,227); }
H1.HeaderClassName
{
color: #774EE3;
}
.AnyTagClassName
{
color: #774EE3;
}
</style>
background-color css
<style>
a { background-color: #774EE3; }
a { background-color: rgb(119,78,227); }
div.DivClassName
{
background-color: #774EE3;
}
.BgClassName
{
background-color: #774EE3;
}
</style>
border-color css
<style>
span { border-color: #774EE3; }
span { border-color: rgb(119,78,227); }
td.TdClassName
{
border-color: #774EE3;
}
.TagClassName
{
border-color: #774EE3;
}
</style>