Shades of Slate Blue #7744DB
Tints of Slate Blue #7744DB
RGB
CMYK
RGB Variations
Color information
#7744DB (or 0x7744DB) is known color: Slate Blue. HEX triplet: 77, 44 and DB. RGB value is (119,68,219). Sum of RGB (Red+Green+Blue) = 119+68+219=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #7744DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7744DB is #88BB24. Grayscale: #636363. Windows color (decimal): -8960805 or 14369911. OLE color: 14369911.
HSL color Cylindrical-coordinate representation of color #7744DB: hue angle of 260.26º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7744DB is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 68 | 219 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.14 |
| HSL | 260.26º | 0.68% | 0.56% | - |
| HSV(B) | 260.26º | 0.69% | 0.86% | - |
| XYZ | 22.46 | 13.17 | 68.38 | - |
| YUV | 100.46 | 194.9 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 68 | 219 | 0.46 | 0.69 | 0 | 0.14 | 260.26 | 0.68 | 0.56 |
| Hex | 77 | 44 | DB | 2E | 45 | 0 | E | 104 | 44 | 38 |
| Octal | 167 | 104 | 333 | 56 | 105 | 0 | 16 | 404 | 104 | 70 |
| Binary | 1110111 | 1000100 | 11011011 | 101110 | 1000101 | 0 | 1110 | 100000100 | 1000100 | 111000 |
Color Harmonies of #7744DB
Complementary color
Monochromatic Colors of #7744DB
Black with #7744DB
Text Example
Text Example
White with #7744DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7744DB; }
p { color: rgb(119,68,219); }
H1.HeaderClassName
{
color: #7744DB;
}
.AnyTagClassName
{
color: #7744DB;
}
</style>
background-color css
<style>
a { background-color: #7744DB; }
a { background-color: rgb(119,68,219); }
div.DivClassName
{
background-color: #7744DB;
}
.BgClassName
{
background-color: #7744DB;
}
</style>
border-color css
<style>
span { border-color: #7744DB; }
span { border-color: rgb(119,68,219); }
td.TdClassName
{
border-color: #7744DB;
}
.TagClassName
{
border-color: #7744DB;
}
</style>