Shades of Kimberly #706282
Tints of Kimberly #706282
RGB
CMYK
RGB Variations
Color information
#706282 (or 0x706282) is known color: Kimberly. HEX triplet: 70, 62 and 82. RGB value is (112,98,130). Sum of RGB (Red+Green+Blue) = 112+98+130=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 130 - color contains mainly: blue. Hex color #706282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706282 is #8F9D7D. Grayscale: #696969. Windows color (decimal): -9411966 or 8544880. OLE color: 8544880.
HSL color Cylindrical-coordinate representation of color #706282: hue angle of 266.25º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #706282 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 98 | 130 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.49 |
| HSL | 266.25º | 0.14% | 0.45% | - |
| HSV(B) | 266.25º | 0.25% | 0.51% | - |
| XYZ | 15.08 | 13.79 | 22.99 | - |
| YUV | 105.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 130 | 0.14 | 0.25 | 0 | 0.49 | 266.25 | 0.14 | 0.45 |
| Hex | 70 | 62 | 82 | E | 19 | 0 | 31 | 10A | E | 2D |
| Octal | 160 | 142 | 202 | 16 | 31 | 0 | 61 | 412 | 16 | 55 |
| Binary | 1110000 | 1100010 | 10000010 | 1110 | 11001 | 0 | 110001 | 100001010 | 1110 | 101101 |
Color Harmonies of #706282
Complementary color
Monochromatic Colors of #706282
Black with #706282
Text Example
Text Example
White with #706282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706282; }
p { color: rgb(112,98,130); }
H1.HeaderClassName
{
color: #706282;
}
.AnyTagClassName
{
color: #706282;
}
</style>
background-color css
<style>
a { background-color: #706282; }
a { background-color: rgb(112,98,130); }
div.DivClassName
{
background-color: #706282;
}
.BgClassName
{
background-color: #706282;
}
</style>
border-color css
<style>
span { border-color: #706282; }
span { border-color: rgb(112,98,130); }
td.TdClassName
{
border-color: #706282;
}
.TagClassName
{
border-color: #706282;
}
</style>