Shades of Slate Blue #7161C2
Tints of Slate Blue #7161C2
RGB
CMYK
RGB Variations
Color information
#7161C2 (or 0x7161C2) is known color: Slate Blue. HEX triplet: 71, 61 and C2. RGB value is (113,97,194). Sum of RGB (Red+Green+Blue) = 113+97+194=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 194 (76.17% from 255 or 48.02% from 404); Max value from RGB is 194 - color contains mainly: blue. Hex color #7161C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7161C2 is #8E9E3D. Grayscale: #707070. Windows color (decimal): -9346622 or 12738929. OLE color: 12738929.
HSL color Cylindrical-coordinate representation of color #7161C2: hue angle of 249.9º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7161C2 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 97 | 194 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.24 |
| HSL | 249.9º | 0.44% | 0.57% | - |
| HSV(B) | 249.9º | 0.5% | 0.76% | - |
| XYZ | 20.82 | 15.96 | 53.02 | - |
| YUV | 112.84 | 173.8 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 97 | 194 | 0.42 | 0.50 | 0 | 0.24 | 249.9 | 0.44 | 0.57 |
| Hex | 71 | 61 | C2 | 2A | 32 | 0 | 18 | FA | 2C | 39 |
| Octal | 161 | 141 | 302 | 52 | 62 | 0 | 30 | 372 | 54 | 71 |
| Binary | 1110001 | 1100001 | 11000010 | 101010 | 110010 | 0 | 11000 | 11111010 | 101100 | 111001 |
Color Harmonies of #7161C2
Complementary color
Monochromatic Colors of #7161C2
Black with #7161C2
Text Example
Text Example
White with #7161C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7161C2; }
p { color: rgb(113,97,194); }
H1.HeaderClassName
{
color: #7161C2;
}
.AnyTagClassName
{
color: #7161C2;
}
</style>
background-color css
<style>
a { background-color: #7161C2; }
a { background-color: rgb(113,97,194); }
div.DivClassName
{
background-color: #7161C2;
}
.BgClassName
{
background-color: #7161C2;
}
</style>
border-color css
<style>
span { border-color: #7161C2; }
span { border-color: rgb(113,97,194); }
td.TdClassName
{
border-color: #7161C2;
}
.TagClassName
{
border-color: #7161C2;
}
</style>