Shades of Slate Blue #7163CF
Tints of Slate Blue #7163CF
RGB
CMYK
RGB Variations
Color information
#7163CF (or 0x7163CF) is known color: Slate Blue. HEX triplet: 71, 63 and CF. RGB value is (113,99,207). Sum of RGB (Red+Green+Blue) = 113+99+207=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #7163CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7163CF is #8E9C30. Grayscale: #737373. Windows color (decimal): -9346097 or 13591409. OLE color: 13591409.
HSL color Cylindrical-coordinate representation of color #7163CF: hue angle of 247.78º degrees, saturation: 0.53, 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 #7163CF is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 99 | 207 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.19 |
| HSL | 247.78º | 0.53% | 0.6% | - |
| HSV(B) | 247.78º | 0.52% | 0.81% | - |
| XYZ | 22.53 | 16.94 | 61.11 | - |
| YUV | 115.5 | 179.64 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 99 | 207 | 0.45 | 0.52 | 0 | 0.19 | 247.78 | 0.53 | 0.6 |
| Hex | 71 | 63 | CF | 2D | 34 | 0 | 13 | F8 | 35 | 3C |
| Octal | 161 | 143 | 317 | 55 | 64 | 0 | 23 | 370 | 65 | 74 |
| Binary | 1110001 | 1100011 | 11001111 | 101101 | 110100 | 0 | 10011 | 11111000 | 110101 | 111100 |
Color Harmonies of #7163CF
Complementary color
Monochromatic Colors of #7163CF
Black with #7163CF
Text Example
Text Example
White with #7163CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7163CF; }
p { color: rgb(113,99,207); }
H1.HeaderClassName
{
color: #7163CF;
}
.AnyTagClassName
{
color: #7163CF;
}
</style>
background-color css
<style>
a { background-color: #7163CF; }
a { background-color: rgb(113,99,207); }
div.DivClassName
{
background-color: #7163CF;
}
.BgClassName
{
background-color: #7163CF;
}
</style>
border-color css
<style>
span { border-color: #7163CF; }
span { border-color: rgb(113,99,207); }
td.TdClassName
{
border-color: #7163CF;
}
.TagClassName
{
border-color: #7163CF;
}
</style>