Shades of Slate Blue #7748DB
Tints of Slate Blue #7748DB
RGB
CMYK
RGB Variations
Color information
#7748DB (or 0x7748DB) is known color: Slate Blue. HEX triplet: 77, 48 and DB. RGB value is (119,72,219). Sum of RGB (Red+Green+Blue) = 119+72+219=410 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.02% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #7748DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7748DB is #88B724. Grayscale: #666666. Windows color (decimal): -8959781 or 14370935. OLE color: 14370935.
HSL color Cylindrical-coordinate representation of color #7748DB: hue angle of 259.18º 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 #7748DB is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 72 | 219 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.14 |
| HSL | 259.18º | 0.67% | 0.57% | - |
| HSV(B) | 259.18º | 0.67% | 0.86% | - |
| XYZ | 22.71 | 13.67 | 68.46 | - |
| YUV | 102.81 | 193.57 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 72 | 219 | 0.46 | 0.67 | 0 | 0.14 | 259.18 | 0.67 | 0.57 |
| Hex | 77 | 48 | DB | 2E | 43 | 0 | E | 103 | 43 | 39 |
| Octal | 167 | 110 | 333 | 56 | 103 | 0 | 16 | 403 | 103 | 71 |
| Binary | 1110111 | 1001000 | 11011011 | 101110 | 1000011 | 0 | 1110 | 100000011 | 1000011 | 111001 |
Color Harmonies of #7748DB
Complementary color
Monochromatic Colors of #7748DB
Black with #7748DB
Text Example
Text Example
White with #7748DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7748DB; }
p { color: rgb(119,72,219); }
H1.HeaderClassName
{
color: #7748DB;
}
.AnyTagClassName
{
color: #7748DB;
}
</style>
background-color css
<style>
a { background-color: #7748DB; }
a { background-color: rgb(119,72,219); }
div.DivClassName
{
background-color: #7748DB;
}
.BgClassName
{
background-color: #7748DB;
}
</style>
border-color css
<style>
span { border-color: #7748DB; }
span { border-color: rgb(119,72,219); }
td.TdClassName
{
border-color: #7748DB;
}
.TagClassName
{
border-color: #7748DB;
}
</style>