Shades of Slate Blue #7160DC
Tints of Slate Blue #7160DC
RGB
CMYK
RGB Variations
Color information
#7160DC (or 0x7160DC) is known color: Slate Blue. HEX triplet: 71, 60 and DC. RGB value is (113,96,220). Sum of RGB (Red+Green+Blue) = 113+96+220=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #7160DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7160DC is #8E9F23. Grayscale: #727272. Windows color (decimal): -9346852 or 14442609. OLE color: 14442609.
HSL color Cylindrical-coordinate representation of color #7160DC: hue angle of 248.23º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7160DC is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 96 | 220 | - |
| CMYK | 0.49 | 0.56 | 0 | 0.14 |
| HSL | 248.23º | 0.64% | 0.62% | - |
| HSV(B) | 248.23º | 0.56% | 0.86% | - |
| XYZ | 23.91 | 17.04 | 69.74 | - |
| YUV | 115.22 | 187.13 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 96 | 220 | 0.49 | 0.56 | 0 | 0.14 | 248.23 | 0.64 | 0.62 |
| Hex | 71 | 60 | DC | 31 | 38 | 0 | E | F8 | 40 | 3E |
| Octal | 161 | 140 | 334 | 61 | 70 | 0 | 16 | 370 | 100 | 76 |
| Binary | 1110001 | 1100000 | 11011100 | 110001 | 111000 | 0 | 1110 | 11111000 | 1000000 | 111110 |
Color Harmonies of #7160DC
Complementary color
Monochromatic Colors of #7160DC
Black with #7160DC
Text Example
Text Example
White with #7160DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7160DC; }
p { color: rgb(113,96,220); }
H1.HeaderClassName
{
color: #7160DC;
}
.AnyTagClassName
{
color: #7160DC;
}
</style>
background-color css
<style>
a { background-color: #7160DC; }
a { background-color: rgb(113,96,220); }
div.DivClassName
{
background-color: #7160DC;
}
.BgClassName
{
background-color: #7160DC;
}
</style>
border-color css
<style>
span { border-color: #7160DC; }
span { border-color: rgb(113,96,220); }
td.TdClassName
{
border-color: #7160DC;
}
.TagClassName
{
border-color: #7160DC;
}
</style>