Shades of Kimberly #73698C
Tints of Kimberly #73698C
RGB
CMYK
RGB Variations
Color information
#73698C (or 0x73698C) is known color: Kimberly. HEX triplet: 73, 69 and 8C. RGB value is (115,105,140). Sum of RGB (Red+Green+Blue) = 115+105+140=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 140 - color contains mainly: blue. Hex color #73698C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73698C is #8C9673. Grayscale: #6F6F6F. Windows color (decimal): -9213556 or 9202035. OLE color: 9202035.
HSL color Cylindrical-coordinate representation of color #73698C: hue angle of 257.14º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #73698C is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 105 | 140 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.45 |
| HSL | 257.14º | 0.14% | 0.48% | - |
| HSV(B) | 257.14º | 0.25% | 0.55% | - |
| XYZ | 16.86 | 15.64 | 26.94 | - |
| YUV | 111.98 | 143.81 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 140 | 0.18 | 0.25 | 0 | 0.45 | 257.14 | 0.14 | 0.48 |
| Hex | 73 | 69 | 8C | 12 | 19 | 0 | 2D | 101 | E | 30 |
| Octal | 163 | 151 | 214 | 22 | 31 | 0 | 55 | 401 | 16 | 60 |
| Binary | 1110011 | 1101001 | 10001100 | 10010 | 11001 | 0 | 101101 | 100000001 | 1110 | 110000 |
Color Harmonies of #73698C
Complementary color
Monochromatic Colors of #73698C
Black with #73698C
Text Example
Text Example
White with #73698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73698C; }
p { color: rgb(115,105,140); }
H1.HeaderClassName
{
color: #73698C;
}
.AnyTagClassName
{
color: #73698C;
}
</style>
background-color css
<style>
a { background-color: #73698C; }
a { background-color: rgb(115,105,140); }
div.DivClassName
{
background-color: #73698C;
}
.BgClassName
{
background-color: #73698C;
}
</style>
border-color css
<style>
span { border-color: #73698C; }
span { border-color: rgb(115,105,140); }
td.TdClassName
{
border-color: #73698C;
}
.TagClassName
{
border-color: #73698C;
}
</style>