Shades of Slate Blue #7167DB
Tints of Slate Blue #7167DB
RGB
CMYK
RGB Variations
Color information
#7167DB (or 0x7167DB) is known color: Slate Blue. HEX triplet: 71, 67 and DB. RGB value is (113,103,219). Sum of RGB (Red+Green+Blue) = 113+103+219=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #7167DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7167DB is #8E9824. Grayscale: #767676. Windows color (decimal): -9345061 or 14378865. OLE color: 14378865.
HSL color Cylindrical-coordinate representation of color #7167DB: hue angle of 245.17º degrees, saturation: 0.62, 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 #7167DB is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 103 | 219 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.14 |
| HSL | 245.17º | 0.62% | 0.63% | - |
| HSV(B) | 245.17º | 0.53% | 0.86% | - |
| XYZ | 24.45 | 18.33 | 69.27 | - |
| YUV | 119.21 | 184.31 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 103 | 219 | 0.48 | 0.53 | 0 | 0.14 | 245.17 | 0.62 | 0.63 |
| Hex | 71 | 67 | DB | 30 | 35 | 0 | E | F5 | 3E | 3F |
| Octal | 161 | 147 | 333 | 60 | 65 | 0 | 16 | 365 | 76 | 77 |
| Binary | 1110001 | 1100111 | 11011011 | 110000 | 110101 | 0 | 1110 | 11110101 | 111110 | 111111 |
Color Harmonies of #7167DB
Complementary color
Monochromatic Colors of #7167DB
Black with #7167DB
Text Example
Text Example
White with #7167DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7167DB; }
p { color: rgb(113,103,219); }
H1.HeaderClassName
{
color: #7167DB;
}
.AnyTagClassName
{
color: #7167DB;
}
</style>
background-color css
<style>
a { background-color: #7167DB; }
a { background-color: rgb(113,103,219); }
div.DivClassName
{
background-color: #7167DB;
}
.BgClassName
{
background-color: #7167DB;
}
</style>
border-color css
<style>
span { border-color: #7167DB; }
span { border-color: rgb(113,103,219); }
td.TdClassName
{
border-color: #7167DB;
}
.TagClassName
{
border-color: #7167DB;
}
</style>