Shades of Slate Blue #7166CE
Tints of Slate Blue #7166CE
RGB
CMYK
RGB Variations
Color information
#7166CE (or 0x7166CE) is known color: Slate Blue. HEX triplet: 71, 66 and CE. RGB value is (113,102,206). Sum of RGB (Red+Green+Blue) = 113+102+206=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #7166CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7166CE is #8E9931. Grayscale: #747474. Windows color (decimal): -9345330 or 13526641. OLE color: 13526641.
HSL color Cylindrical-coordinate representation of color #7166CE: hue angle of 246.35º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7166CE is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 102 | 206 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.19 |
| HSL | 246.35º | 0.51% | 0.6% | - |
| HSV(B) | 246.35º | 0.5% | 0.81% | - |
| XYZ | 22.7 | 17.47 | 60.57 | - |
| YUV | 117.15 | 178.14 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 102 | 206 | 0.45 | 0.50 | 0 | 0.19 | 246.35 | 0.51 | 0.6 |
| Hex | 71 | 66 | CE | 2D | 32 | 0 | 13 | F6 | 33 | 3C |
| Octal | 161 | 146 | 316 | 55 | 62 | 0 | 23 | 366 | 63 | 74 |
| Binary | 1110001 | 1100110 | 11001110 | 101101 | 110010 | 0 | 10011 | 11110110 | 110011 | 111100 |
Color Harmonies of #7166CE
Complementary color
Monochromatic Colors of #7166CE
Black with #7166CE
Text Example
Text Example
White with #7166CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7166CE; }
p { color: rgb(113,102,206); }
H1.HeaderClassName
{
color: #7166CE;
}
.AnyTagClassName
{
color: #7166CE;
}
</style>
background-color css
<style>
a { background-color: #7166CE; }
a { background-color: rgb(113,102,206); }
div.DivClassName
{
background-color: #7166CE;
}
.BgClassName
{
background-color: #7166CE;
}
</style>
border-color css
<style>
span { border-color: #7166CE; }
span { border-color: rgb(113,102,206); }
td.TdClassName
{
border-color: #7166CE;
}
.TagClassName
{
border-color: #7166CE;
}
</style>