Shades of Kimberly #786491
Tints of Kimberly #786491
RGB
CMYK
RGB Variations
Color information
#786491 (or 0x786491) is known color: Kimberly. HEX triplet: 78, 64 and 91. RGB value is (120,100,145). Sum of RGB (Red+Green+Blue) = 120+100+145=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 145 - color contains mainly: blue. Hex color #786491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786491 is #879B6E. Grayscale: #6E6E6E. Windows color (decimal): -8887151 or 9528440. OLE color: 9528440.
HSL color Cylindrical-coordinate representation of color #786491: hue angle of 266.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #786491 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 100 | 145 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.43 |
| HSL | 266.67º | 0.18% | 0.48% | - |
| HSV(B) | 266.67º | 0.31% | 0.57% | - |
| XYZ | 17.41 | 15.15 | 28.79 | - |
| YUV | 111.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 100 | 145 | 0.17 | 0.31 | 0 | 0.43 | 266.67 | 0.18 | 0.48 |
| Hex | 78 | 64 | 91 | 11 | 1F | 0 | 2B | 10B | 12 | 30 |
| Octal | 170 | 144 | 221 | 21 | 37 | 0 | 53 | 413 | 22 | 60 |
| Binary | 1111000 | 1100100 | 10010001 | 10001 | 11111 | 0 | 101011 | 100001011 | 10010 | 110000 |
Color Harmonies of #786491
Complementary color
Monochromatic Colors of #786491
Black with #786491
Text Example
Text Example
White with #786491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786491; }
p { color: rgb(120,100,145); }
H1.HeaderClassName
{
color: #786491;
}
.AnyTagClassName
{
color: #786491;
}
</style>
background-color css
<style>
a { background-color: #786491; }
a { background-color: rgb(120,100,145); }
div.DivClassName
{
background-color: #786491;
}
.BgClassName
{
background-color: #786491;
}
</style>
border-color css
<style>
span { border-color: #786491; }
span { border-color: rgb(120,100,145); }
td.TdClassName
{
border-color: #786491;
}
.TagClassName
{
border-color: #786491;
}
</style>