Shades of Kimberly #716A8E
Tints of Kimberly #716A8E
RGB
CMYK
RGB Variations
Color information
#716A8E (or 0x716A8E) is known color: Kimberly. HEX triplet: 71, 6A and 8E. RGB value is (113,106,142). Sum of RGB (Red+Green+Blue) = 113+106+142=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 142 - color contains mainly: blue. Hex color #716A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716A8E is #8E9571. Grayscale: #707070. Windows color (decimal): -9344370 or 9333361. OLE color: 9333361.
HSL color Cylindrical-coordinate representation of color #716A8E: hue angle of 251.67º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #716A8E is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 106 | 142 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.44 |
| HSL | 251.67º | 0.15% | 0.49% | - |
| HSV(B) | 251.67º | 0.25% | 0.56% | - |
| XYZ | 16.85 | 15.77 | 27.75 | - |
| YUV | 112.2 | 144.82 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 142 | 0.20 | 0.25 | 0 | 0.44 | 251.67 | 0.15 | 0.49 |
| Hex | 71 | 6A | 8E | 14 | 19 | 0 | 2C | FC | F | 31 |
| Octal | 161 | 152 | 216 | 24 | 31 | 0 | 54 | 374 | 17 | 61 |
| Binary | 1110001 | 1101010 | 10001110 | 10100 | 11001 | 0 | 101100 | 11111100 | 1111 | 110001 |
Color Harmonies of #716A8E
Complementary color
Monochromatic Colors of #716A8E
Black with #716A8E
Text Example
Text Example
White with #716A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A8E; }
p { color: rgb(113,106,142); }
H1.HeaderClassName
{
color: #716A8E;
}
.AnyTagClassName
{
color: #716A8E;
}
</style>
background-color css
<style>
a { background-color: #716A8E; }
a { background-color: rgb(113,106,142); }
div.DivClassName
{
background-color: #716A8E;
}
.BgClassName
{
background-color: #716A8E;
}
</style>
border-color css
<style>
span { border-color: #716A8E; }
span { border-color: rgb(113,106,142); }
td.TdClassName
{
border-color: #716A8E;
}
.TagClassName
{
border-color: #716A8E;
}
</style>