Shades of Slate Blue #774DDD
Tints of Slate Blue #774DDD
RGB
CMYK
RGB Variations
Color information
#774DDD (or 0x774DDD) is known color: Slate Blue. HEX triplet: 77, 4D and DD. RGB value is (119,77,221). Sum of RGB (Red+Green+Blue) = 119+77+221=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #774DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774DDD is #88B222. Grayscale: #696969. Windows color (decimal): -8958499 or 14503287. OLE color: 14503287.
HSL color Cylindrical-coordinate representation of color #774DDD: hue angle of 257.5º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #774DDD is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 77 | 221 | - |
| CMYK | 0.46 | 0.65 | 0 | 0.13 |
| HSL | 257.5º | 0.68% | 0.58% | - |
| HSV(B) | 257.5º | 0.65% | 0.87% | - |
| XYZ | 23.31 | 14.45 | 69.97 | - |
| YUV | 105.97 | 192.91 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 221 | 0.46 | 0.65 | 0 | 0.13 | 257.5 | 0.68 | 0.58 |
| Hex | 77 | 4D | DD | 2E | 41 | 0 | D | 102 | 44 | 3A |
| Octal | 167 | 115 | 335 | 56 | 101 | 0 | 15 | 402 | 104 | 72 |
| Binary | 1110111 | 1001101 | 11011101 | 101110 | 1000001 | 0 | 1101 | 100000010 | 1000100 | 111010 |
Color Harmonies of #774DDD
Complementary color
Monochromatic Colors of #774DDD
Black with #774DDD
Text Example
Text Example
White with #774DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774DDD; }
p { color: rgb(119,77,221); }
H1.HeaderClassName
{
color: #774DDD;
}
.AnyTagClassName
{
color: #774DDD;
}
</style>
background-color css
<style>
a { background-color: #774DDD; }
a { background-color: rgb(119,77,221); }
div.DivClassName
{
background-color: #774DDD;
}
.BgClassName
{
background-color: #774DDD;
}
</style>
border-color css
<style>
span { border-color: #774DDD; }
span { border-color: rgb(119,77,221); }
td.TdClassName
{
border-color: #774DDD;
}
.TagClassName
{
border-color: #774DDD;
}
</style>