Shades of Slate Blue #7744D9
Tints of Slate Blue #7744D9
RGB
CMYK
RGB Variations
Color information
#7744D9 (or 0x7744D9) is known color: Slate Blue. HEX triplet: 77, 44 and D9. RGB value is (119,68,217). Sum of RGB (Red+Green+Blue) = 119+68+217=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 217 (85.16% from 255 or 53.71% from 404); Max value from RGB is 217 - color contains mainly: blue. Hex color #7744D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7744D9 is #88BB26. Grayscale: #636363. Windows color (decimal): -8960807 or 14238839. OLE color: 14238839.
HSL color Cylindrical-coordinate representation of color #7744D9: hue angle of 260.54º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7744D9 is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 68 | 217 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.15 |
| HSL | 260.54º | 0.66% | 0.56% | - |
| HSV(B) | 260.54º | 0.69% | 0.85% | - |
| XYZ | 22.2 | 13.07 | 67 | - |
| YUV | 100.24 | 193.9 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 68 | 217 | 0.45 | 0.69 | 0 | 0.15 | 260.54 | 0.66 | 0.56 |
| Hex | 77 | 44 | D9 | 2D | 45 | 0 | F | 105 | 42 | 38 |
| Octal | 167 | 104 | 331 | 55 | 105 | 0 | 17 | 405 | 102 | 70 |
| Binary | 1110111 | 1000100 | 11011001 | 101101 | 1000101 | 0 | 1111 | 100000101 | 1000010 | 111000 |
Color Harmonies of #7744D9
Complementary color
Monochromatic Colors of #7744D9
Black with #7744D9
Text Example
Text Example
White with #7744D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7744D9; }
p { color: rgb(119,68,217); }
H1.HeaderClassName
{
color: #7744D9;
}
.AnyTagClassName
{
color: #7744D9;
}
</style>
background-color css
<style>
a { background-color: #7744D9; }
a { background-color: rgb(119,68,217); }
div.DivClassName
{
background-color: #7744D9;
}
.BgClassName
{
background-color: #7744D9;
}
</style>
border-color css
<style>
span { border-color: #7744D9; }
span { border-color: rgb(119,68,217); }
td.TdClassName
{
border-color: #7744D9;
}
.TagClassName
{
border-color: #7744D9;
}
</style>