Shades of Slate Blue #774ADD
Tints of Slate Blue #774ADD
RGB
CMYK
RGB Variations
Color information
#774ADD (or 0x774ADD) is known color: Slate Blue. HEX triplet: 77, 4A and DD. RGB value is (119,74,221). Sum of RGB (Red+Green+Blue) = 119+74+221=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #774ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774ADD is #88B522. Grayscale: #676767. Windows color (decimal): -8959267 or 14502519. OLE color: 14502519.
HSL color Cylindrical-coordinate representation of color #774ADD: hue angle of 258.37º degrees, saturation: 0.68, 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 #774ADD is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 74 | 221 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.13 |
| HSL | 258.37º | 0.68% | 0.58% | - |
| HSV(B) | 258.37º | 0.67% | 0.87% | - |
| XYZ | 23.11 | 14.04 | 69.9 | - |
| YUV | 104.21 | 193.91 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 221 | 0.46 | 0.67 | 0 | 0.13 | 258.37 | 0.68 | 0.58 |
| Hex | 77 | 4A | DD | 2E | 43 | 0 | D | 102 | 44 | 3A |
| Octal | 167 | 112 | 335 | 56 | 103 | 0 | 15 | 402 | 104 | 72 |
| Binary | 1110111 | 1001010 | 11011101 | 101110 | 1000011 | 0 | 1101 | 100000010 | 1000100 | 111010 |
Color Harmonies of #774ADD
Complementary color
Monochromatic Colors of #774ADD
Black with #774ADD
Text Example
Text Example
White with #774ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774ADD; }
p { color: rgb(119,74,221); }
H1.HeaderClassName
{
color: #774ADD;
}
.AnyTagClassName
{
color: #774ADD;
}
</style>
background-color css
<style>
a { background-color: #774ADD; }
a { background-color: rgb(119,74,221); }
div.DivClassName
{
background-color: #774ADD;
}
.BgClassName
{
background-color: #774ADD;
}
</style>
border-color css
<style>
span { border-color: #774ADD; }
span { border-color: rgb(119,74,221); }
td.TdClassName
{
border-color: #774ADD;
}
.TagClassName
{
border-color: #774ADD;
}
</style>