Shades of Kimberly #726293
Tints of Kimberly #726293
RGB
CMYK
RGB Variations
Color information
#726293 (or 0x726293) is known color: Kimberly. HEX triplet: 72, 62 and 93. RGB value is (114,98,147). Sum of RGB (Red+Green+Blue) = 114+98+147=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 147 - color contains mainly: blue. Hex color #726293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726293 is #8D9D6C. Grayscale: #6C6C6C. Windows color (decimal): -9280877 or 9658994. OLE color: 9658994.
HSL color Cylindrical-coordinate representation of color #726293: hue angle of 259.59º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #726293 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 98 | 147 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.42 |
| HSL | 259.59º | 0.2% | 0.48% | - |
| HSV(B) | 259.59º | 0.33% | 0.58% | - |
| XYZ | 16.57 | 14.42 | 29.51 | - |
| YUV | 108.37 | 149.8 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 147 | 0.22 | 0.33 | 0 | 0.42 | 259.59 | 0.2 | 0.48 |
| Hex | 72 | 62 | 93 | 16 | 21 | 0 | 2A | 104 | 14 | 30 |
| Octal | 162 | 142 | 223 | 26 | 41 | 0 | 52 | 404 | 24 | 60 |
| Binary | 1110010 | 1100010 | 10010011 | 10110 | 100001 | 0 | 101010 | 100000100 | 10100 | 110000 |
Color Harmonies of #726293
Complementary color
Monochromatic Colors of #726293
Black with #726293
Text Example
Text Example
White with #726293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726293; }
p { color: rgb(114,98,147); }
H1.HeaderClassName
{
color: #726293;
}
.AnyTagClassName
{
color: #726293;
}
</style>
background-color css
<style>
a { background-color: #726293; }
a { background-color: rgb(114,98,147); }
div.DivClassName
{
background-color: #726293;
}
.BgClassName
{
background-color: #726293;
}
</style>
border-color css
<style>
span { border-color: #726293; }
span { border-color: rgb(114,98,147); }
td.TdClassName
{
border-color: #726293;
}
.TagClassName
{
border-color: #726293;
}
</style>