Shades of Kimberly #716D8A
Tints of Kimberly #716D8A
RGB
CMYK
RGB Variations
Color information
#716D8A (or 0x716D8A) is known color: Kimberly. HEX triplet: 71, 6D and 8A. RGB value is (113,109,138). Sum of RGB (Red+Green+Blue) = 113+109+138=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 138 - color contains mainly: blue. Hex color #716D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716D8A is #8E9275. Grayscale: #717171. Windows color (decimal): -9343606 or 9071985. OLE color: 9071985.
HSL color Cylindrical-coordinate representation of color #716D8A: hue angle of 248.28º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #716D8A is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 109 | 138 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.46 |
| HSL | 248.28º | 0.12% | 0.48% | - |
| HSV(B) | 248.28º | 0.21% | 0.54% | - |
| XYZ | 16.87 | 16.28 | 26.3 | - |
| YUV | 113.5 | 141.83 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 138 | 0.18 | 0.21 | 0 | 0.46 | 248.28 | 0.12 | 0.48 |
| Hex | 71 | 6D | 8A | 12 | 15 | 0 | 2E | F8 | C | 30 |
| Octal | 161 | 155 | 212 | 22 | 25 | 0 | 56 | 370 | 14 | 60 |
| Binary | 1110001 | 1101101 | 10001010 | 10010 | 10101 | 0 | 101110 | 11111000 | 1100 | 110000 |
Color Harmonies of #716D8A
Complementary color
Monochromatic Colors of #716D8A
Black with #716D8A
Text Example
Text Example
White with #716D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716D8A; }
p { color: rgb(113,109,138); }
H1.HeaderClassName
{
color: #716D8A;
}
.AnyTagClassName
{
color: #716D8A;
}
</style>
background-color css
<style>
a { background-color: #716D8A; }
a { background-color: rgb(113,109,138); }
div.DivClassName
{
background-color: #716D8A;
}
.BgClassName
{
background-color: #716D8A;
}
</style>
border-color css
<style>
span { border-color: #716D8A; }
span { border-color: rgb(113,109,138); }
td.TdClassName
{
border-color: #716D8A;
}
.TagClassName
{
border-color: #716D8A;
}
</style>