Shades of Kimberly #736B8D
Tints of Kimberly #736B8D
RGB
CMYK
RGB Variations
Color information
#736B8D (or 0x736B8D) is known color: Kimberly. HEX triplet: 73, 6B and 8D. RGB value is (115,107,141). Sum of RGB (Red+Green+Blue) = 115+107+141=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 141 - color contains mainly: blue. Hex color #736B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736B8D is #8C9472. Grayscale: #717171. Windows color (decimal): -9213043 or 9268083. OLE color: 9268083.
HSL color Cylindrical-coordinate representation of color #736B8D: hue angle of 254.12º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #736B8D is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 107 | 141 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.45 |
| HSL | 254.12º | 0.14% | 0.49% | - |
| HSV(B) | 254.12º | 0.24% | 0.55% | - |
| XYZ | 17.14 | 16.08 | 27.4 | - |
| YUV | 113.27 | 143.65 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 141 | 0.18 | 0.24 | 0 | 0.45 | 254.12 | 0.14 | 0.49 |
| Hex | 73 | 6B | 8D | 12 | 18 | 0 | 2D | FE | E | 31 |
| Octal | 163 | 153 | 215 | 22 | 30 | 0 | 55 | 376 | 16 | 61 |
| Binary | 1110011 | 1101011 | 10001101 | 10010 | 11000 | 0 | 101101 | 11111110 | 1110 | 110001 |
Color Harmonies of #736B8D
Complementary color
Monochromatic Colors of #736B8D
Black with #736B8D
Text Example
Text Example
White with #736B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B8D; }
p { color: rgb(115,107,141); }
H1.HeaderClassName
{
color: #736B8D;
}
.AnyTagClassName
{
color: #736B8D;
}
</style>
background-color css
<style>
a { background-color: #736B8D; }
a { background-color: rgb(115,107,141); }
div.DivClassName
{
background-color: #736B8D;
}
.BgClassName
{
background-color: #736B8D;
}
</style>
border-color css
<style>
span { border-color: #736B8D; }
span { border-color: rgb(115,107,141); }
td.TdClassName
{
border-color: #736B8D;
}
.TagClassName
{
border-color: #736B8D;
}
</style>