Shades of Slate Blue #774AD6
Tints of Slate Blue #774AD6
RGB
CMYK
RGB Variations
Color information
#774AD6 (or 0x774AD6) is known color: Slate Blue. HEX triplet: 77, 4A and D6. RGB value is (119,74,214). Sum of RGB (Red+Green+Blue) = 119+74+214=407 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.24% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 214 (83.98% from 255 or 52.58% from 407); Max value from RGB is 214 - color contains mainly: blue. Hex color #774AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774AD6 is #88B529. Grayscale: #666666. Windows color (decimal): -8959274 or 14043767. OLE color: 14043767.
HSL color Cylindrical-coordinate representation of color #774AD6: hue angle of 259.29º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #774AD6 is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 74 | 214 | - |
| CMYK | 0.44 | 0.65 | 0 | 0.16 |
| HSL | 259.29º | 0.63% | 0.56% | - |
| HSV(B) | 259.29º | 0.65% | 0.84% | - |
| XYZ | 22.19 | 13.67 | 65.09 | - |
| YUV | 103.42 | 190.41 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 214 | 0.44 | 0.65 | 0 | 0.16 | 259.29 | 0.63 | 0.56 |
| Hex | 77 | 4A | D6 | 2C | 41 | 0 | 10 | 103 | 3F | 38 |
| Octal | 167 | 112 | 326 | 54 | 101 | 0 | 20 | 403 | 77 | 70 |
| Binary | 1110111 | 1001010 | 11010110 | 101100 | 1000001 | 0 | 10000 | 100000011 | 111111 | 111000 |
Color Harmonies of #774AD6
Complementary color
Monochromatic Colors of #774AD6
Black with #774AD6
Text Example
Text Example
White with #774AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774AD6; }
p { color: rgb(119,74,214); }
H1.HeaderClassName
{
color: #774AD6;
}
.AnyTagClassName
{
color: #774AD6;
}
</style>
background-color css
<style>
a { background-color: #774AD6; }
a { background-color: rgb(119,74,214); }
div.DivClassName
{
background-color: #774AD6;
}
.BgClassName
{
background-color: #774AD6;
}
</style>
border-color css
<style>
span { border-color: #774AD6; }
span { border-color: rgb(119,74,214); }
td.TdClassName
{
border-color: #774AD6;
}
.TagClassName
{
border-color: #774AD6;
}
</style>