Shades of Slate Blue #774ADE
Tints of Slate Blue #774ADE
RGB
CMYK
RGB Variations
Color information
#774ADE (or 0x774ADE) is known color: Slate Blue. HEX triplet: 77, 4A and DE. RGB value is (119,74,222). Sum of RGB (Red+Green+Blue) = 119+74+222=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #774ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774ADE is #88B521. Grayscale: #676767. Windows color (decimal): -8959266 or 14568055. OLE color: 14568055.
HSL color Cylindrical-coordinate representation of color #774ADE: hue angle of 258.24º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #774ADE is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 74 | 222 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.13 |
| HSL | 258.24º | 0.69% | 0.58% | - |
| HSV(B) | 258.24º | 0.67% | 0.87% | - |
| XYZ | 23.24 | 14.09 | 70.6 | - |
| YUV | 104.33 | 194.41 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 222 | 0.46 | 0.67 | 0 | 0.13 | 258.24 | 0.69 | 0.58 |
| Hex | 77 | 4A | DE | 2E | 43 | 0 | D | 102 | 45 | 3A |
| Octal | 167 | 112 | 336 | 56 | 103 | 0 | 15 | 402 | 105 | 72 |
| Binary | 1110111 | 1001010 | 11011110 | 101110 | 1000011 | 0 | 1101 | 100000010 | 1000101 | 111010 |
Color Harmonies of #774ADE
Complementary color
Monochromatic Colors of #774ADE
Black with #774ADE
Text Example
Text Example
White with #774ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774ADE; }
p { color: rgb(119,74,222); }
H1.HeaderClassName
{
color: #774ADE;
}
.AnyTagClassName
{
color: #774ADE;
}
</style>
background-color css
<style>
a { background-color: #774ADE; }
a { background-color: rgb(119,74,222); }
div.DivClassName
{
background-color: #774ADE;
}
.BgClassName
{
background-color: #774ADE;
}
</style>
border-color css
<style>
span { border-color: #774ADE; }
span { border-color: rgb(119,74,222); }
td.TdClassName
{
border-color: #774ADE;
}
.TagClassName
{
border-color: #774ADE;
}
</style>