Shades of Kimberly #73698F
Tints of Kimberly #73698F
RGB
CMYK
RGB Variations
Color information
#73698F (or 0x73698F) is known color: Kimberly. HEX triplet: 73, 69 and 8F. RGB value is (115,105,143). Sum of RGB (Red+Green+Blue) = 115+105+143=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 143 - color contains mainly: blue. Hex color #73698F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73698F is #8C9670. Grayscale: #707070. Windows color (decimal): -9213553 or 9398643. OLE color: 9398643.
HSL color Cylindrical-coordinate representation of color #73698F: hue angle of 255.79º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73698F is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 105 | 143 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.44 |
| HSL | 255.79º | 0.15% | 0.49% | - |
| HSV(B) | 255.79º | 0.27% | 0.56% | - |
| XYZ | 17.08 | 15.73 | 28.12 | - |
| YUV | 112.32 | 145.31 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 143 | 0.20 | 0.27 | 0 | 0.44 | 255.79 | 0.15 | 0.49 |
| Hex | 73 | 69 | 8F | 14 | 1B | 0 | 2C | 100 | F | 31 |
| Octal | 163 | 151 | 217 | 24 | 33 | 0 | 54 | 400 | 17 | 61 |
| Binary | 1110011 | 1101001 | 10001111 | 10100 | 11011 | 0 | 101100 | 100000000 | 1111 | 110001 |
Color Harmonies of #73698F
Complementary color
Monochromatic Colors of #73698F
Black with #73698F
Text Example
Text Example
White with #73698F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73698F; }
p { color: rgb(115,105,143); }
H1.HeaderClassName
{
color: #73698F;
}
.AnyTagClassName
{
color: #73698F;
}
</style>
background-color css
<style>
a { background-color: #73698F; }
a { background-color: rgb(115,105,143); }
div.DivClassName
{
background-color: #73698F;
}
.BgClassName
{
background-color: #73698F;
}
</style>
border-color css
<style>
span { border-color: #73698F; }
span { border-color: rgb(115,105,143); }
td.TdClassName
{
border-color: #73698F;
}
.TagClassName
{
border-color: #73698F;
}
</style>