Shades of Kimberly #715E88
Tints of Kimberly #715E88
RGB
CMYK
RGB Variations
Color information
#715E88 (or 0x715E88) is known color: Kimberly. HEX triplet: 71, 5E and 88. RGB value is (113,94,136). Sum of RGB (Red+Green+Blue) = 113+94+136=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 136 - color contains mainly: blue. Hex color #715E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715E88 is #8EA177. Grayscale: #686868. Windows color (decimal): -9347448 or 8937073. OLE color: 8937073.
HSL color Cylindrical-coordinate representation of color #715E88: hue angle of 267.14º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #715E88 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 94 | 136 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.47 |
| HSL | 267.14º | 0.18% | 0.45% | - |
| HSV(B) | 267.14º | 0.31% | 0.53% | - |
| XYZ | 15.26 | 13.29 | 25.05 | - |
| YUV | 104.47 | 145.79 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 94 | 136 | 0.17 | 0.31 | 0 | 0.47 | 267.14 | 0.18 | 0.45 |
| Hex | 71 | 5E | 88 | 11 | 1F | 0 | 2F | 10B | 12 | 2D |
| Octal | 161 | 136 | 210 | 21 | 37 | 0 | 57 | 413 | 22 | 55 |
| Binary | 1110001 | 1011110 | 10001000 | 10001 | 11111 | 0 | 101111 | 100001011 | 10010 | 101101 |
Color Harmonies of #715E88
Complementary color
Monochromatic Colors of #715E88
Black with #715E88
Text Example
Text Example
White with #715E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715E88; }
p { color: rgb(113,94,136); }
H1.HeaderClassName
{
color: #715E88;
}
.AnyTagClassName
{
color: #715E88;
}
</style>
background-color css
<style>
a { background-color: #715E88; }
a { background-color: rgb(113,94,136); }
div.DivClassName
{
background-color: #715E88;
}
.BgClassName
{
background-color: #715E88;
}
</style>
border-color css
<style>
span { border-color: #715E88; }
span { border-color: rgb(113,94,136); }
td.TdClassName
{
border-color: #715E88;
}
.TagClassName
{
border-color: #715E88;
}
</style>