Shades of Slate Blue #7163C4
Tints of Slate Blue #7163C4
RGB
CMYK
RGB Variations
Color information
#7163C4 (or 0x7163C4) is known color: Slate Blue. HEX triplet: 71, 63 and C4. RGB value is (113,99,196). Sum of RGB (Red+Green+Blue) = 113+99+196=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 196 (76.95% from 255 or 48.04% from 408); Max value from RGB is 196 - color contains mainly: blue. Hex color #7163C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7163C4 is #8E9C3B. Grayscale: #717171. Windows color (decimal): -9346108 or 12870513. OLE color: 12870513.
HSL color Cylindrical-coordinate representation of color #7163C4: hue angle of 248.66º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7163C4 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 99 | 196 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.23 |
| HSL | 248.66º | 0.45% | 0.58% | - |
| HSV(B) | 248.66º | 0.49% | 0.77% | - |
| XYZ | 21.24 | 16.42 | 54.27 | - |
| YUV | 114.24 | 174.14 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 99 | 196 | 0.42 | 0.49 | 0 | 0.23 | 248.66 | 0.45 | 0.58 |
| Hex | 71 | 63 | C4 | 2A | 31 | 0 | 17 | F9 | 2D | 3A |
| Octal | 161 | 143 | 304 | 52 | 61 | 0 | 27 | 371 | 55 | 72 |
| Binary | 1110001 | 1100011 | 11000100 | 101010 | 110001 | 0 | 10111 | 11111001 | 101101 | 111010 |
Color Harmonies of #7163C4
Complementary color
Monochromatic Colors of #7163C4
Black with #7163C4
Text Example
Text Example
White with #7163C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7163C4; }
p { color: rgb(113,99,196); }
H1.HeaderClassName
{
color: #7163C4;
}
.AnyTagClassName
{
color: #7163C4;
}
</style>
background-color css
<style>
a { background-color: #7163C4; }
a { background-color: rgb(113,99,196); }
div.DivClassName
{
background-color: #7163C4;
}
.BgClassName
{
background-color: #7163C4;
}
</style>
border-color css
<style>
span { border-color: #7163C4; }
span { border-color: rgb(113,99,196); }
td.TdClassName
{
border-color: #7163C4;
}
.TagClassName
{
border-color: #7163C4;
}
</style>