Shades of Kimberly #716E8B
Tints of Kimberly #716E8B
RGB
CMYK
RGB Variations
Color information
#716E8B (or 0x716E8B) is known color: Kimberly. HEX triplet: 71, 6E and 8B. RGB value is (113,110,139). Sum of RGB (Red+Green+Blue) = 113+110+139=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 139 - color contains mainly: blue. Hex color #716E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716E8B is #8E9174. Grayscale: #727272. Windows color (decimal): -9343349 or 9137777. OLE color: 9137777.
HSL color Cylindrical-coordinate representation of color #716E8B: hue angle of 246.21º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #716E8B is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 110 | 139 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.45 |
| HSL | 246.21º | 0.12% | 0.49% | - |
| HSV(B) | 246.21º | 0.21% | 0.55% | - |
| XYZ | 17.05 | 16.53 | 26.72 | - |
| YUV | 114.2 | 141.99 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 139 | 0.19 | 0.21 | 0 | 0.45 | 246.21 | 0.12 | 0.49 |
| Hex | 71 | 6E | 8B | 13 | 15 | 0 | 2D | F6 | C | 31 |
| Octal | 161 | 156 | 213 | 23 | 25 | 0 | 55 | 366 | 14 | 61 |
| Binary | 1110001 | 1101110 | 10001011 | 10011 | 10101 | 0 | 101101 | 11110110 | 1100 | 110001 |
Color Harmonies of #716E8B
Complementary color
Monochromatic Colors of #716E8B
Black with #716E8B
Text Example
Text Example
White with #716E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E8B; }
p { color: rgb(113,110,139); }
H1.HeaderClassName
{
color: #716E8B;
}
.AnyTagClassName
{
color: #716E8B;
}
</style>
background-color css
<style>
a { background-color: #716E8B; }
a { background-color: rgb(113,110,139); }
div.DivClassName
{
background-color: #716E8B;
}
.BgClassName
{
background-color: #716E8B;
}
</style>
border-color css
<style>
span { border-color: #716E8B; }
span { border-color: rgb(113,110,139); }
td.TdClassName
{
border-color: #716E8B;
}
.TagClassName
{
border-color: #716E8B;
}
</style>