Shades of Slate Blue #7249DB
Tints of Slate Blue #7249DB
RGB
CMYK
RGB Variations
Color information
#7249DB (or 0x7249DB) is known color: Slate Blue. HEX triplet: 72, 49 and DB. RGB value is (114,73,219). Sum of RGB (Red+Green+Blue) = 114+73+219=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 73 (28.91% from 255 or 17.98% 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 #7249DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7249DB is #8DB624. Grayscale: #656565. Windows color (decimal): -9287205 or 14371186. OLE color: 14371186.
HSL color Cylindrical-coordinate representation of color #7249DB: hue angle of 256.85º 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 #7249DB is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 73 | 219 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.14 |
| HSL | 256.85º | 0.67% | 0.57% | - |
| HSV(B) | 256.85º | 0.67% | 0.86% | - |
| XYZ | 22.11 | 13.46 | 68.45 | - |
| YUV | 101.9 | 194.08 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 73 | 219 | 0.48 | 0.67 | 0 | 0.14 | 256.85 | 0.67 | 0.57 |
| Hex | 72 | 49 | DB | 30 | 43 | 0 | E | 101 | 43 | 39 |
| Octal | 162 | 111 | 333 | 60 | 103 | 0 | 16 | 401 | 103 | 71 |
| Binary | 1110010 | 1001001 | 11011011 | 110000 | 1000011 | 0 | 1110 | 100000001 | 1000011 | 111001 |
Color Harmonies of #7249DB
Complementary color
Monochromatic Colors of #7249DB
Black with #7249DB
Text Example
Text Example
White with #7249DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7249DB; }
p { color: rgb(114,73,219); }
H1.HeaderClassName
{
color: #7249DB;
}
.AnyTagClassName
{
color: #7249DB;
}
</style>
background-color css
<style>
a { background-color: #7249DB; }
a { background-color: rgb(114,73,219); }
div.DivClassName
{
background-color: #7249DB;
}
.BgClassName
{
background-color: #7249DB;
}
</style>
border-color css
<style>
span { border-color: #7249DB; }
span { border-color: rgb(114,73,219); }
td.TdClassName
{
border-color: #7249DB;
}
.TagClassName
{
border-color: #7249DB;
}
</style>