Shades of Kimberly #736B8E
Tints of Kimberly #736B8E
RGB
CMYK
RGB Variations
Color information
#736B8E (or 0x736B8E) is known color: Kimberly. HEX triplet: 73, 6B and 8E. RGB value is (115,107,142). Sum of RGB (Red+Green+Blue) = 115+107+142=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 142 - color contains mainly: blue. Hex color #736B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736B8E is #8C9471. Grayscale: #717171. Windows color (decimal): -9213042 or 9333619. OLE color: 9333619.
HSL color Cylindrical-coordinate representation of color #736B8E: hue angle of 253.71º degrees, saturation: 0.14, 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 #736B8E is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 107 | 142 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.44 |
| HSL | 253.71º | 0.14% | 0.49% | - |
| HSV(B) | 253.71º | 0.25% | 0.56% | - |
| XYZ | 17.21 | 16.11 | 27.79 | - |
| YUV | 113.38 | 144.15 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 142 | 0.19 | 0.25 | 0 | 0.44 | 253.71 | 0.14 | 0.49 |
| Hex | 73 | 6B | 8E | 13 | 19 | 0 | 2C | FE | E | 31 |
| Octal | 163 | 153 | 216 | 23 | 31 | 0 | 54 | 376 | 16 | 61 |
| Binary | 1110011 | 1101011 | 10001110 | 10011 | 11001 | 0 | 101100 | 11111110 | 1110 | 110001 |
Color Harmonies of #736B8E
Complementary color
Monochromatic Colors of #736B8E
Black with #736B8E
Text Example
Text Example
White with #736B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B8E; }
p { color: rgb(115,107,142); }
H1.HeaderClassName
{
color: #736B8E;
}
.AnyTagClassName
{
color: #736B8E;
}
</style>
background-color css
<style>
a { background-color: #736B8E; }
a { background-color: rgb(115,107,142); }
div.DivClassName
{
background-color: #736B8E;
}
.BgClassName
{
background-color: #736B8E;
}
</style>
border-color css
<style>
span { border-color: #736B8E; }
span { border-color: rgb(115,107,142); }
td.TdClassName
{
border-color: #736B8E;
}
.TagClassName
{
border-color: #736B8E;
}
</style>