Shades of Slate Blue #7168DB
Tints of Slate Blue #7168DB
RGB
CMYK
RGB Variations
Color information
#7168DB (or 0x7168DB) is known color: Slate Blue. HEX triplet: 71, 68 and DB. RGB value is (113,104,219). Sum of RGB (Red+Green+Blue) = 113+104+219=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #7168DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7168DB is #8E9724. Grayscale: #777777. Windows color (decimal): -9344805 or 14379121. OLE color: 14379121.
HSL color Cylindrical-coordinate representation of color #7168DB: hue angle of 244.7º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7168DB is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 104 | 219 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.14 |
| HSL | 244.7º | 0.61% | 0.63% | - |
| HSV(B) | 244.7º | 0.53% | 0.86% | - |
| XYZ | 24.55 | 18.53 | 69.3 | - |
| YUV | 119.8 | 183.98 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 104 | 219 | 0.48 | 0.53 | 0 | 0.14 | 244.7 | 0.61 | 0.63 |
| Hex | 71 | 68 | DB | 30 | 35 | 0 | E | F5 | 3D | 3F |
| Octal | 161 | 150 | 333 | 60 | 65 | 0 | 16 | 365 | 75 | 77 |
| Binary | 1110001 | 1101000 | 11011011 | 110000 | 110101 | 0 | 1110 | 11110101 | 111101 | 111111 |
Color Harmonies of #7168DB
Complementary color
Monochromatic Colors of #7168DB
Black with #7168DB
Text Example
Text Example
White with #7168DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7168DB; }
p { color: rgb(113,104,219); }
H1.HeaderClassName
{
color: #7168DB;
}
.AnyTagClassName
{
color: #7168DB;
}
</style>
background-color css
<style>
a { background-color: #7168DB; }
a { background-color: rgb(113,104,219); }
div.DivClassName
{
background-color: #7168DB;
}
.BgClassName
{
background-color: #7168DB;
}
</style>
border-color css
<style>
span { border-color: #7168DB; }
span { border-color: rgb(113,104,219); }
td.TdClassName
{
border-color: #7168DB;
}
.TagClassName
{
border-color: #7168DB;
}
</style>