Shades of Kimberly #756E8D
Tints of Kimberly #756E8D
RGB
CMYK
RGB Variations
Color information
#756E8D (or 0x756E8D) is known color: Kimberly. HEX triplet: 75, 6E and 8D. RGB value is (117,110,141). Sum of RGB (Red+Green+Blue) = 117+110+141=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 141 - color contains mainly: blue. Hex color #756E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756E8D is #8A9172. Grayscale: #737373. Windows color (decimal): -9081203 or 9268853. OLE color: 9268853.
HSL color Cylindrical-coordinate representation of color #756E8D: hue angle of 253.55º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #756E8D is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 110 | 141 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.45 |
| HSL | 253.55º | 0.12% | 0.49% | - |
| HSV(B) | 253.55º | 0.22% | 0.55% | - |
| XYZ | 17.72 | 16.86 | 27.52 | - |
| YUV | 115.63 | 142.32 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 141 | 0.17 | 0.22 | 0 | 0.45 | 253.55 | 0.12 | 0.49 |
| Hex | 75 | 6E | 8D | 11 | 16 | 0 | 2D | FE | C | 31 |
| Octal | 165 | 156 | 215 | 21 | 26 | 0 | 55 | 376 | 14 | 61 |
| Binary | 1110101 | 1101110 | 10001101 | 10001 | 10110 | 0 | 101101 | 11111110 | 1100 | 110001 |
Color Harmonies of #756E8D
Complementary color
Monochromatic Colors of #756E8D
Black with #756E8D
Text Example
Text Example
White with #756E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E8D; }
p { color: rgb(117,110,141); }
H1.HeaderClassName
{
color: #756E8D;
}
.AnyTagClassName
{
color: #756E8D;
}
</style>
background-color css
<style>
a { background-color: #756E8D; }
a { background-color: rgb(117,110,141); }
div.DivClassName
{
background-color: #756E8D;
}
.BgClassName
{
background-color: #756E8D;
}
</style>
border-color css
<style>
span { border-color: #756E8D; }
span { border-color: rgb(117,110,141); }
td.TdClassName
{
border-color: #756E8D;
}
.TagClassName
{
border-color: #756E8D;
}
</style>