Shades of Slate Blue #774DDA
Tints of Slate Blue #774DDA
RGB
CMYK
RGB Variations
Color information
#774DDA (or 0x774DDA) is known color: Slate Blue. HEX triplet: 77, 4D and DA. RGB value is (119,77,218). Sum of RGB (Red+Green+Blue) = 119+77+218=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #774DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774DDA is #88B225. Grayscale: #696969. Windows color (decimal): -8958502 or 14306679. OLE color: 14306679.
HSL color Cylindrical-coordinate representation of color #774DDA: hue angle of 257.87º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #774DDA is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 77 | 218 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.15 |
| HSL | 257.87º | 0.66% | 0.58% | - |
| HSV(B) | 257.87º | 0.65% | 0.85% | - |
| XYZ | 22.92 | 14.29 | 67.88 | - |
| YUV | 105.63 | 191.41 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 218 | 0.45 | 0.65 | 0 | 0.15 | 257.87 | 0.66 | 0.58 |
| Hex | 77 | 4D | DA | 2D | 41 | 0 | F | 102 | 42 | 3A |
| Octal | 167 | 115 | 332 | 55 | 101 | 0 | 17 | 402 | 102 | 72 |
| Binary | 1110111 | 1001101 | 11011010 | 101101 | 1000001 | 0 | 1111 | 100000010 | 1000010 | 111010 |
Color Harmonies of #774DDA
Complementary color
Monochromatic Colors of #774DDA
Black with #774DDA
Text Example
Text Example
White with #774DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774DDA; }
p { color: rgb(119,77,218); }
H1.HeaderClassName
{
color: #774DDA;
}
.AnyTagClassName
{
color: #774DDA;
}
</style>
background-color css
<style>
a { background-color: #774DDA; }
a { background-color: rgb(119,77,218); }
div.DivClassName
{
background-color: #774DDA;
}
.BgClassName
{
background-color: #774DDA;
}
</style>
border-color css
<style>
span { border-color: #774DDA; }
span { border-color: rgb(119,77,218); }
td.TdClassName
{
border-color: #774DDA;
}
.TagClassName
{
border-color: #774DDA;
}
</style>