Shades of Kimberly #736A8D
Tints of Kimberly #736A8D
RGB
CMYK
RGB Variations
Color information
#736A8D (or 0x736A8D) is known color: Kimberly. HEX triplet: 73, 6A and 8D. RGB value is (115,106,141). Sum of RGB (Red+Green+Blue) = 115+106+141=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #736A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736A8D is #8C9572. Grayscale: #707070. Windows color (decimal): -9213299 or 9267827. OLE color: 9267827.
HSL color Cylindrical-coordinate representation of color #736A8D: hue angle of 255.43º 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 #736A8D is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 106 | 141 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.45 |
| HSL | 255.43º | 0.14% | 0.48% | - |
| HSV(B) | 255.43º | 0.25% | 0.55% | - |
| XYZ | 17.03 | 15.88 | 27.37 | - |
| YUV | 112.68 | 143.98 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 141 | 0.18 | 0.25 | 0 | 0.45 | 255.43 | 0.14 | 0.48 |
| Hex | 73 | 6A | 8D | 12 | 19 | 0 | 2D | FF | E | 30 |
| Octal | 163 | 152 | 215 | 22 | 31 | 0 | 55 | 377 | 16 | 60 |
| Binary | 1110011 | 1101010 | 10001101 | 10010 | 11001 | 0 | 101101 | 11111111 | 1110 | 110000 |
Color Harmonies of #736A8D
Complementary color
Monochromatic Colors of #736A8D
Black with #736A8D
Text Example
Text Example
White with #736A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A8D; }
p { color: rgb(115,106,141); }
H1.HeaderClassName
{
color: #736A8D;
}
.AnyTagClassName
{
color: #736A8D;
}
</style>
background-color css
<style>
a { background-color: #736A8D; }
a { background-color: rgb(115,106,141); }
div.DivClassName
{
background-color: #736A8D;
}
.BgClassName
{
background-color: #736A8D;
}
</style>
border-color css
<style>
span { border-color: #736A8D; }
span { border-color: rgb(115,106,141); }
td.TdClassName
{
border-color: #736A8D;
}
.TagClassName
{
border-color: #736A8D;
}
</style>