Shades of Slate Blue #774EDE
Tints of Slate Blue #774EDE
RGB
CMYK
RGB Variations
Color information
#774EDE (or 0x774EDE) is known color: Slate Blue. HEX triplet: 77, 4E and DE. RGB value is (119,78,222). Sum of RGB (Red+Green+Blue) = 119+78+222=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #774EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774EDE is #88B121. Grayscale: #6A6A6A. Windows color (decimal): -8958242 or 14569079. OLE color: 14569079.
HSL color Cylindrical-coordinate representation of color #774EDE: hue angle of 257.08º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #774EDE is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 78 | 222 | - |
| CMYK | 0.46 | 0.65 | 0 | 0.13 |
| HSL | 257.08º | 0.69% | 0.59% | - |
| HSV(B) | 257.08º | 0.65% | 0.87% | - |
| XYZ | 23.52 | 14.64 | 70.69 | - |
| YUV | 106.68 | 193.08 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 222 | 0.46 | 0.65 | 0 | 0.13 | 257.08 | 0.69 | 0.59 |
| Hex | 77 | 4E | DE | 2E | 41 | 0 | D | 101 | 45 | 3B |
| Octal | 167 | 116 | 336 | 56 | 101 | 0 | 15 | 401 | 105 | 73 |
| Binary | 1110111 | 1001110 | 11011110 | 101110 | 1000001 | 0 | 1101 | 100000001 | 1000101 | 111011 |
Color Harmonies of #774EDE
Complementary color
Monochromatic Colors of #774EDE
Black with #774EDE
Text Example
Text Example
White with #774EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774EDE; }
p { color: rgb(119,78,222); }
H1.HeaderClassName
{
color: #774EDE;
}
.AnyTagClassName
{
color: #774EDE;
}
</style>
background-color css
<style>
a { background-color: #774EDE; }
a { background-color: rgb(119,78,222); }
div.DivClassName
{
background-color: #774EDE;
}
.BgClassName
{
background-color: #774EDE;
}
</style>
border-color css
<style>
span { border-color: #774EDE; }
span { border-color: rgb(119,78,222); }
td.TdClassName
{
border-color: #774EDE;
}
.TagClassName
{
border-color: #774EDE;
}
</style>