Shades of Slate Blue #7163CE
Tints of Slate Blue #7163CE
RGB
CMYK
RGB Variations
Color information
#7163CE (or 0x7163CE) is known color: Slate Blue. HEX triplet: 71, 63 and CE. RGB value is (113,99,206). Sum of RGB (Red+Green+Blue) = 113+99+206=418 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.03% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #7163CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7163CE is #8E9C31. Grayscale: #727272. Windows color (decimal): -9346098 or 13525873. OLE color: 13525873.
HSL color Cylindrical-coordinate representation of color #7163CE: hue angle of 247.85º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7163CE is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 99 | 206 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.19 |
| HSL | 247.85º | 0.52% | 0.6% | - |
| HSV(B) | 247.85º | 0.52% | 0.81% | - |
| XYZ | 22.41 | 16.89 | 60.47 | - |
| YUV | 115.38 | 179.14 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 99 | 206 | 0.45 | 0.52 | 0 | 0.19 | 247.85 | 0.52 | 0.6 |
| Hex | 71 | 63 | CE | 2D | 34 | 0 | 13 | F8 | 34 | 3C |
| Octal | 161 | 143 | 316 | 55 | 64 | 0 | 23 | 370 | 64 | 74 |
| Binary | 1110001 | 1100011 | 11001110 | 101101 | 110100 | 0 | 10011 | 11111000 | 110100 | 111100 |
Color Harmonies of #7163CE
Complementary color
Monochromatic Colors of #7163CE
Black with #7163CE
Text Example
Text Example
White with #7163CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7163CE; }
p { color: rgb(113,99,206); }
H1.HeaderClassName
{
color: #7163CE;
}
.AnyTagClassName
{
color: #7163CE;
}
</style>
background-color css
<style>
a { background-color: #7163CE; }
a { background-color: rgb(113,99,206); }
div.DivClassName
{
background-color: #7163CE;
}
.BgClassName
{
background-color: #7163CE;
}
</style>
border-color css
<style>
span { border-color: #7163CE; }
span { border-color: rgb(113,99,206); }
td.TdClassName
{
border-color: #7163CE;
}
.TagClassName
{
border-color: #7163CE;
}
</style>