Shades of Slate Blue #7144DB
Tints of Slate Blue #7144DB
RGB
CMYK
RGB Variations
Color information
#7144DB (or 0x7144DB) is known color: Slate Blue. HEX triplet: 71, 44 and DB. RGB value is (113,68,219). Sum of RGB (Red+Green+Blue) = 113+68+219=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #7144DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7144DB is #8EBB24. Grayscale: #626262. Windows color (decimal): -9354021 or 14369905. OLE color: 14369905.
HSL color Cylindrical-coordinate representation of color #7144DB: hue angle of 257.88º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7144DB is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 68 | 219 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.14 |
| HSL | 257.88º | 0.68% | 0.56% | - |
| HSV(B) | 257.88º | 0.69% | 0.86% | - |
| XYZ | 21.66 | 12.76 | 68.34 | - |
| YUV | 98.67 | 195.91 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 68 | 219 | 0.48 | 0.69 | 0 | 0.14 | 257.88 | 0.68 | 0.56 |
| Hex | 71 | 44 | DB | 30 | 45 | 0 | E | 102 | 44 | 38 |
| Octal | 161 | 104 | 333 | 60 | 105 | 0 | 16 | 402 | 104 | 70 |
| Binary | 1110001 | 1000100 | 11011011 | 110000 | 1000101 | 0 | 1110 | 100000010 | 1000100 | 111000 |
Color Harmonies of #7144DB
Complementary color
Monochromatic Colors of #7144DB
Black with #7144DB
Text Example
Text Example
White with #7144DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7144DB; }
p { color: rgb(113,68,219); }
H1.HeaderClassName
{
color: #7144DB;
}
.AnyTagClassName
{
color: #7144DB;
}
</style>
background-color css
<style>
a { background-color: #7144DB; }
a { background-color: rgb(113,68,219); }
div.DivClassName
{
background-color: #7144DB;
}
.BgClassName
{
background-color: #7144DB;
}
</style>
border-color css
<style>
span { border-color: #7144DB; }
span { border-color: rgb(113,68,219); }
td.TdClassName
{
border-color: #7144DB;
}
.TagClassName
{
border-color: #7144DB;
}
</style>