Shades of Slate Blue #7747DB
Tints of Slate Blue #7747DB
RGB
CMYK
RGB Variations
Color information
#7747DB (or 0x7747DB) is known color: Slate Blue. HEX triplet: 77, 47 and DB. RGB value is (119,71,219). Sum of RGB (Red+Green+Blue) = 119+71+219=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #7747DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7747DB is #88B824. Grayscale: #656565. Windows color (decimal): -8960037 or 14370679. OLE color: 14370679.
HSL color Cylindrical-coordinate representation of color #7747DB: hue angle of 259.46º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7747DB is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 71 | 219 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.14 |
| HSL | 259.46º | 0.67% | 0.57% | - |
| HSV(B) | 259.46º | 0.68% | 0.86% | - |
| XYZ | 22.65 | 13.54 | 68.44 | - |
| YUV | 102.22 | 193.9 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 71 | 219 | 0.46 | 0.68 | 0 | 0.14 | 259.46 | 0.67 | 0.57 |
| Hex | 77 | 47 | DB | 2E | 44 | 0 | E | 103 | 43 | 39 |
| Octal | 167 | 107 | 333 | 56 | 104 | 0 | 16 | 403 | 103 | 71 |
| Binary | 1110111 | 1000111 | 11011011 | 101110 | 1000100 | 0 | 1110 | 100000011 | 1000011 | 111001 |
Color Harmonies of #7747DB
Complementary color
Monochromatic Colors of #7747DB
Black with #7747DB
Text Example
Text Example
White with #7747DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7747DB; }
p { color: rgb(119,71,219); }
H1.HeaderClassName
{
color: #7747DB;
}
.AnyTagClassName
{
color: #7747DB;
}
</style>
background-color css
<style>
a { background-color: #7747DB; }
a { background-color: rgb(119,71,219); }
div.DivClassName
{
background-color: #7747DB;
}
.BgClassName
{
background-color: #7747DB;
}
</style>
border-color css
<style>
span { border-color: #7747DB; }
span { border-color: rgb(119,71,219); }
td.TdClassName
{
border-color: #7747DB;
}
.TagClassName
{
border-color: #7747DB;
}
</style>