Shades of Slate Blue #7744D6
Tints of Slate Blue #7744D6
RGB
CMYK
RGB Variations
Color information
#7744D6 (or 0x7744D6) is known color: Slate Blue. HEX triplet: 77, 44 and D6. RGB value is (119,68,214). Sum of RGB (Red+Green+Blue) = 119+68+214=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 214 (83.98% from 255 or 53.37% from 401); Max value from RGB is 214 - color contains mainly: blue. Hex color #7744D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7744D6 is #88BB29. Grayscale: #636363. Windows color (decimal): -8960810 or 14042231. OLE color: 14042231.
HSL color Cylindrical-coordinate representation of color #7744D6: hue angle of 260.96º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7744D6 is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 68 | 214 | - |
| CMYK | 0.44 | 0.68 | 0 | 0.16 |
| HSL | 260.96º | 0.64% | 0.55% | - |
| HSV(B) | 260.96º | 0.68% | 0.84% | - |
| XYZ | 21.81 | 12.91 | 64.96 | - |
| YUV | 99.89 | 192.4 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 68 | 214 | 0.44 | 0.68 | 0 | 0.16 | 260.96 | 0.64 | 0.55 |
| Hex | 77 | 44 | D6 | 2C | 44 | 0 | 10 | 105 | 40 | 37 |
| Octal | 167 | 104 | 326 | 54 | 104 | 0 | 20 | 405 | 100 | 67 |
| Binary | 1110111 | 1000100 | 11010110 | 101100 | 1000100 | 0 | 10000 | 100000101 | 1000000 | 110111 |
Color Harmonies of #7744D6
Complementary color
Monochromatic Colors of #7744D6
Black with #7744D6
Text Example
Text Example
White with #7744D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7744D6; }
p { color: rgb(119,68,214); }
H1.HeaderClassName
{
color: #7744D6;
}
.AnyTagClassName
{
color: #7744D6;
}
</style>
background-color css
<style>
a { background-color: #7744D6; }
a { background-color: rgb(119,68,214); }
div.DivClassName
{
background-color: #7744D6;
}
.BgClassName
{
background-color: #7744D6;
}
</style>
border-color css
<style>
span { border-color: #7744D6; }
span { border-color: rgb(119,68,214); }
td.TdClassName
{
border-color: #7744D6;
}
.TagClassName
{
border-color: #7744D6;
}
</style>