Shades of Kimberly #716A8D
Tints of Kimberly #716A8D
RGB
CMYK
RGB Variations
Color information
#716A8D (or 0x716A8D) is known color: Kimberly. HEX triplet: 71, 6A and 8D. RGB value is (113,106,141). Sum of RGB (Red+Green+Blue) = 113+106+141=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 141 - color contains mainly: blue. Hex color #716A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716A8D is #8E9572. Grayscale: #6F6F6F. Windows color (decimal): -9344371 or 9267825. OLE color: 9267825.
HSL color Cylindrical-coordinate representation of color #716A8D: hue angle of 252º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #716A8D is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 106 | 141 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.45 |
| HSL | 252º | 0.14% | 0.48% | - |
| HSV(B) | 252º | 0.25% | 0.55% | - |
| XYZ | 16.77 | 15.74 | 27.35 | - |
| YUV | 112.08 | 144.32 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 141 | 0.20 | 0.25 | 0 | 0.45 | 252 | 0.14 | 0.48 |
| Hex | 71 | 6A | 8D | 14 | 19 | 0 | 2D | FC | E | 30 |
| Octal | 161 | 152 | 215 | 24 | 31 | 0 | 55 | 374 | 16 | 60 |
| Binary | 1110001 | 1101010 | 10001101 | 10100 | 11001 | 0 | 101101 | 11111100 | 1110 | 110000 |
Color Harmonies of #716A8D
Complementary color
Monochromatic Colors of #716A8D
Black with #716A8D
Text Example
Text Example
White with #716A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A8D; }
p { color: rgb(113,106,141); }
H1.HeaderClassName
{
color: #716A8D;
}
.AnyTagClassName
{
color: #716A8D;
}
</style>
background-color css
<style>
a { background-color: #716A8D; }
a { background-color: rgb(113,106,141); }
div.DivClassName
{
background-color: #716A8D;
}
.BgClassName
{
background-color: #716A8D;
}
</style>
border-color css
<style>
span { border-color: #716A8D; }
span { border-color: rgb(113,106,141); }
td.TdClassName
{
border-color: #716A8D;
}
.TagClassName
{
border-color: #716A8D;
}
</style>