Shades of Kimberly #716E8A
Tints of Kimberly #716E8A
RGB
CMYK
RGB Variations
Color information
#716E8A (or 0x716E8A) is known color: Kimberly. HEX triplet: 71, 6E and 8A. RGB value is (113,110,138). Sum of RGB (Red+Green+Blue) = 113+110+138=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 138 - color contains mainly: blue. Hex color #716E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716E8A is #8E9175. Grayscale: #717171. Windows color (decimal): -9343350 or 9072241. OLE color: 9072241.
HSL color Cylindrical-coordinate representation of color #716E8A: hue angle of 246.43º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #716E8A is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 110 | 138 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.46 |
| HSL | 246.43º | 0.11% | 0.49% | - |
| HSV(B) | 246.43º | 0.2% | 0.54% | - |
| XYZ | 16.97 | 16.5 | 26.33 | - |
| YUV | 114.09 | 141.49 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 138 | 0.18 | 0.20 | 0 | 0.46 | 246.43 | 0.11 | 0.49 |
| Hex | 71 | 6E | 8A | 12 | 14 | 0 | 2E | F6 | B | 31 |
| Octal | 161 | 156 | 212 | 22 | 24 | 0 | 56 | 366 | 13 | 61 |
| Binary | 1110001 | 1101110 | 10001010 | 10010 | 10100 | 0 | 101110 | 11110110 | 1011 | 110001 |
Color Harmonies of #716E8A
Complementary color
Monochromatic Colors of #716E8A
Black with #716E8A
Text Example
Text Example
White with #716E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E8A; }
p { color: rgb(113,110,138); }
H1.HeaderClassName
{
color: #716E8A;
}
.AnyTagClassName
{
color: #716E8A;
}
</style>
background-color css
<style>
a { background-color: #716E8A; }
a { background-color: rgb(113,110,138); }
div.DivClassName
{
background-color: #716E8A;
}
.BgClassName
{
background-color: #716E8A;
}
</style>
border-color css
<style>
span { border-color: #716E8A; }
span { border-color: rgb(113,110,138); }
td.TdClassName
{
border-color: #716E8A;
}
.TagClassName
{
border-color: #716E8A;
}
</style>