Shades of Kimberly #746D8B
Tints of Kimberly #746D8B
RGB
CMYK
RGB Variations
Color information
#746D8B (or 0x746D8B) is known color: Kimberly. HEX triplet: 74, 6D and 8B. RGB value is (116,109,139). Sum of RGB (Red+Green+Blue) = 116+109+139=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 139 - color contains mainly: blue. Hex color #746D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746D8B is #8B9274. Grayscale: #727272. Windows color (decimal): -9146997 or 9137524. OLE color: 9137524.
HSL color Cylindrical-coordinate representation of color #746D8B: hue angle of 254º 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 #746D8B is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 109 | 139 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.45 |
| HSL | 254º | 0.12% | 0.49% | - |
| HSV(B) | 254º | 0.22% | 0.55% | - |
| XYZ | 17.33 | 16.51 | 26.7 | - |
| YUV | 114.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 139 | 0.17 | 0.22 | 0 | 0.45 | 254 | 0.12 | 0.49 |
| Hex | 74 | 6D | 8B | 11 | 16 | 0 | 2D | FE | C | 31 |
| Octal | 164 | 155 | 213 | 21 | 26 | 0 | 55 | 376 | 14 | 61 |
| Binary | 1110100 | 1101101 | 10001011 | 10001 | 10110 | 0 | 101101 | 11111110 | 1100 | 110001 |
Color Harmonies of #746D8B
Complementary color
Monochromatic Colors of #746D8B
Black with #746D8B
Text Example
Text Example
White with #746D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D8B; }
p { color: rgb(116,109,139); }
H1.HeaderClassName
{
color: #746D8B;
}
.AnyTagClassName
{
color: #746D8B;
}
</style>
background-color css
<style>
a { background-color: #746D8B; }
a { background-color: rgb(116,109,139); }
div.DivClassName
{
background-color: #746D8B;
}
.BgClassName
{
background-color: #746D8B;
}
</style>
border-color css
<style>
span { border-color: #746D8B; }
span { border-color: rgb(116,109,139); }
td.TdClassName
{
border-color: #746D8B;
}
.TagClassName
{
border-color: #746D8B;
}
</style>