Shades of Slate Blue #7449DB
Tints of Slate Blue #7449DB
RGB
CMYK
RGB Variations
Color information
#7449DB (or 0x7449DB) is known color: Slate Blue. HEX triplet: 74, 49 and DB. RGB value is (116,73,219). Sum of RGB (Red+Green+Blue) = 116+73+219=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #7449DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7449DB is #8BB624. Grayscale: #656565. Windows color (decimal): -9156133 or 14371188. OLE color: 14371188.
HSL color Cylindrical-coordinate representation of color #7449DB: hue angle of 257.67º 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 #7449DB is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 73 | 219 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.14 |
| HSL | 257.67º | 0.67% | 0.57% | - |
| HSV(B) | 257.67º | 0.67% | 0.86% | - |
| XYZ | 22.37 | 13.59 | 68.46 | - |
| YUV | 102.5 | 193.75 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 73 | 219 | 0.47 | 0.67 | 0 | 0.14 | 257.67 | 0.67 | 0.57 |
| Hex | 74 | 49 | DB | 2F | 43 | 0 | E | 102 | 43 | 39 |
| Octal | 164 | 111 | 333 | 57 | 103 | 0 | 16 | 402 | 103 | 71 |
| Binary | 1110100 | 1001001 | 11011011 | 101111 | 1000011 | 0 | 1110 | 100000010 | 1000011 | 111001 |
Color Harmonies of #7449DB
Complementary color
Monochromatic Colors of #7449DB
Black with #7449DB
Text Example
Text Example
White with #7449DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7449DB; }
p { color: rgb(116,73,219); }
H1.HeaderClassName
{
color: #7449DB;
}
.AnyTagClassName
{
color: #7449DB;
}
</style>
background-color css
<style>
a { background-color: #7449DB; }
a { background-color: rgb(116,73,219); }
div.DivClassName
{
background-color: #7449DB;
}
.BgClassName
{
background-color: #7449DB;
}
</style>
border-color css
<style>
span { border-color: #7449DB; }
span { border-color: rgb(116,73,219); }
td.TdClassName
{
border-color: #7449DB;
}
.TagClassName
{
border-color: #7449DB;
}
</style>