Shades of Kimberly #74638F
Tints of Kimberly #74638F
RGB
CMYK
RGB Variations
Color information
#74638F (or 0x74638F) is known color: Kimberly. HEX triplet: 74, 63 and 8F. RGB value is (116,99,143). Sum of RGB (Red+Green+Blue) = 116+99+143=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 143 - color contains mainly: blue. Hex color #74638F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74638F is #8B9C70. Grayscale: #6C6C6C. Windows color (decimal): -9149553 or 9397108. OLE color: 9397108.
HSL color Cylindrical-coordinate representation of color #74638F: hue angle of 263.18º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74638F is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 99 | 143 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.44 |
| HSL | 263.18º | 0.18% | 0.47% | - |
| HSV(B) | 263.18º | 0.31% | 0.56% | - |
| XYZ | 16.62 | 14.62 | 27.93 | - |
| YUV | 109.1 | 147.13 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 99 | 143 | 0.19 | 0.31 | 0 | 0.44 | 263.18 | 0.18 | 0.47 |
| Hex | 74 | 63 | 8F | 13 | 1F | 0 | 2C | 107 | 12 | 2F |
| Octal | 164 | 143 | 217 | 23 | 37 | 0 | 54 | 407 | 22 | 57 |
| Binary | 1110100 | 1100011 | 10001111 | 10011 | 11111 | 0 | 101100 | 100000111 | 10010 | 101111 |
Color Harmonies of #74638F
Complementary color
Monochromatic Colors of #74638F
Black with #74638F
Text Example
Text Example
White with #74638F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74638F; }
p { color: rgb(116,99,143); }
H1.HeaderClassName
{
color: #74638F;
}
.AnyTagClassName
{
color: #74638F;
}
</style>
background-color css
<style>
a { background-color: #74638F; }
a { background-color: rgb(116,99,143); }
div.DivClassName
{
background-color: #74638F;
}
.BgClassName
{
background-color: #74638F;
}
</style>
border-color css
<style>
span { border-color: #74638F; }
span { border-color: rgb(116,99,143); }
td.TdClassName
{
border-color: #74638F;
}
.TagClassName
{
border-color: #74638F;
}
</style>