Shades of Kimberly #73688F
Tints of Kimberly #73688F
RGB
CMYK
RGB Variations
Color information
#73688F (or 0x73688F) is known color: Kimberly. HEX triplet: 73, 68 and 8F. RGB value is (115,104,143). Sum of RGB (Red+Green+Blue) = 115+104+143=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 143 - color contains mainly: blue. Hex color #73688F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73688F is #8C9770. Grayscale: #6F6F6F. Windows color (decimal): -9213809 or 9398387. OLE color: 9398387.
HSL color Cylindrical-coordinate representation of color #73688F: hue angle of 256.92º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73688F is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 104 | 143 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.44 |
| HSL | 256.92º | 0.16% | 0.48% | - |
| HSV(B) | 256.92º | 0.27% | 0.56% | - |
| XYZ | 16.98 | 15.53 | 28.09 | - |
| YUV | 111.74 | 145.64 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 104 | 143 | 0.20 | 0.27 | 0 | 0.44 | 256.92 | 0.16 | 0.48 |
| Hex | 73 | 68 | 8F | 14 | 1B | 0 | 2C | 101 | 10 | 30 |
| Octal | 163 | 150 | 217 | 24 | 33 | 0 | 54 | 401 | 20 | 60 |
| Binary | 1110011 | 1101000 | 10001111 | 10100 | 11011 | 0 | 101100 | 100000001 | 10000 | 110000 |
Color Harmonies of #73688F
Complementary color
Monochromatic Colors of #73688F
Black with #73688F
Text Example
Text Example
White with #73688F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73688F; }
p { color: rgb(115,104,143); }
H1.HeaderClassName
{
color: #73688F;
}
.AnyTagClassName
{
color: #73688F;
}
</style>
background-color css
<style>
a { background-color: #73688F; }
a { background-color: rgb(115,104,143); }
div.DivClassName
{
background-color: #73688F;
}
.BgClassName
{
background-color: #73688F;
}
</style>
border-color css
<style>
span { border-color: #73688F; }
span { border-color: rgb(115,104,143); }
td.TdClassName
{
border-color: #73688F;
}
.TagClassName
{
border-color: #73688F;
}
</style>