Shades of Slate Blue #774DDE
Tints of Slate Blue #774DDE
RGB
CMYK
RGB Variations
Color information
#774DDE (or 0x774DDE) is known color: Slate Blue. HEX triplet: 77, 4D and DE. RGB value is (119,77,222). Sum of RGB (Red+Green+Blue) = 119+77+222=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #774DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774DDE is #88B221. Grayscale: #696969. Windows color (decimal): -8958498 or 14568823. OLE color: 14568823.
HSL color Cylindrical-coordinate representation of color #774DDE: hue angle of 257.38º 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 #774DDE is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 77 | 222 | - |
| CMYK | 0.46 | 0.65 | 0 | 0.13 |
| HSL | 257.38º | 0.69% | 0.59% | - |
| HSV(B) | 257.38º | 0.65% | 0.87% | - |
| XYZ | 23.45 | 14.5 | 70.67 | - |
| YUV | 106.09 | 193.41 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 222 | 0.46 | 0.65 | 0 | 0.13 | 257.38 | 0.69 | 0.59 |
| Hex | 77 | 4D | DE | 2E | 41 | 0 | D | 101 | 45 | 3B |
| Octal | 167 | 115 | 336 | 56 | 101 | 0 | 15 | 401 | 105 | 73 |
| Binary | 1110111 | 1001101 | 11011110 | 101110 | 1000001 | 0 | 1101 | 100000001 | 1000101 | 111011 |
Color Harmonies of #774DDE
Complementary color
Monochromatic Colors of #774DDE
Black with #774DDE
Text Example
Text Example
White with #774DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774DDE; }
p { color: rgb(119,77,222); }
H1.HeaderClassName
{
color: #774DDE;
}
.AnyTagClassName
{
color: #774DDE;
}
</style>
background-color css
<style>
a { background-color: #774DDE; }
a { background-color: rgb(119,77,222); }
div.DivClassName
{
background-color: #774DDE;
}
.BgClassName
{
background-color: #774DDE;
}
</style>
border-color css
<style>
span { border-color: #774DDE; }
span { border-color: rgb(119,77,222); }
td.TdClassName
{
border-color: #774DDE;
}
.TagClassName
{
border-color: #774DDE;
}
</style>