Shades of Slate Blue #7163CC
Tints of Slate Blue #7163CC
RGB
CMYK
RGB Variations
Color information
#7163CC (or 0x7163CC) is known color: Slate Blue. HEX triplet: 71, 63 and CC. RGB value is (113,99,204). Sum of RGB (Red+Green+Blue) = 113+99+204=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #7163CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7163CC is #8E9C33. Grayscale: #727272. Windows color (decimal): -9346100 or 13394801. OLE color: 13394801.
HSL color Cylindrical-coordinate representation of color #7163CC: hue angle of 248º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7163CC is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 99 | 204 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.2 |
| HSL | 248º | 0.51% | 0.59% | - |
| HSV(B) | 248º | 0.51% | 0.8% | - |
| XYZ | 22.17 | 16.79 | 59.2 | - |
| YUV | 115.16 | 178.14 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 99 | 204 | 0.45 | 0.51 | 0 | 0.2 | 248 | 0.51 | 0.59 |
| Hex | 71 | 63 | CC | 2D | 33 | 0 | 14 | F8 | 33 | 3B |
| Octal | 161 | 143 | 314 | 55 | 63 | 0 | 24 | 370 | 63 | 73 |
| Binary | 1110001 | 1100011 | 11001100 | 101101 | 110011 | 0 | 10100 | 11111000 | 110011 | 111011 |
Color Harmonies of #7163CC
Complementary color
Monochromatic Colors of #7163CC
Black with #7163CC
Text Example
Text Example
White with #7163CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7163CC; }
p { color: rgb(113,99,204); }
H1.HeaderClassName
{
color: #7163CC;
}
.AnyTagClassName
{
color: #7163CC;
}
</style>
background-color css
<style>
a { background-color: #7163CC; }
a { background-color: rgb(113,99,204); }
div.DivClassName
{
background-color: #7163CC;
}
.BgClassName
{
background-color: #7163CC;
}
</style>
border-color css
<style>
span { border-color: #7163CC; }
span { border-color: rgb(113,99,204); }
td.TdClassName
{
border-color: #7163CC;
}
.TagClassName
{
border-color: #7163CC;
}
</style>