Shades of Slate Blue #7749DB
Tints of Slate Blue #7749DB
RGB
CMYK
RGB Variations
Color information
#7749DB (or 0x7749DB) is known color: Slate Blue. HEX triplet: 77, 49 and DB. RGB value is (119,73,219). Sum of RGB (Red+Green+Blue) = 119+73+219=411 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.95% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #7749DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7749DB is #88B624. Grayscale: #666666. Windows color (decimal): -8959525 or 14371191. OLE color: 14371191.
HSL color Cylindrical-coordinate representation of color #7749DB: hue angle of 258.9º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7749DB is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 73 | 219 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.14 |
| HSL | 258.9º | 0.67% | 0.57% | - |
| HSV(B) | 258.9º | 0.67% | 0.86% | - |
| XYZ | 22.78 | 13.8 | 68.48 | - |
| YUV | 103.4 | 193.24 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 73 | 219 | 0.46 | 0.67 | 0 | 0.14 | 258.9 | 0.67 | 0.57 |
| Hex | 77 | 49 | DB | 2E | 43 | 0 | E | 103 | 43 | 39 |
| Octal | 167 | 111 | 333 | 56 | 103 | 0 | 16 | 403 | 103 | 71 |
| Binary | 1110111 | 1001001 | 11011011 | 101110 | 1000011 | 0 | 1110 | 100000011 | 1000011 | 111001 |
Color Harmonies of #7749DB
Complementary color
Monochromatic Colors of #7749DB
Black with #7749DB
Text Example
Text Example
White with #7749DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7749DB; }
p { color: rgb(119,73,219); }
H1.HeaderClassName
{
color: #7749DB;
}
.AnyTagClassName
{
color: #7749DB;
}
</style>
background-color css
<style>
a { background-color: #7749DB; }
a { background-color: rgb(119,73,219); }
div.DivClassName
{
background-color: #7749DB;
}
.BgClassName
{
background-color: #7749DB;
}
</style>
border-color css
<style>
span { border-color: #7749DB; }
span { border-color: rgb(119,73,219); }
td.TdClassName
{
border-color: #7749DB;
}
.TagClassName
{
border-color: #7749DB;
}
</style>