Shades of Edward #999F9B
Tints of Edward #999F9B
RGB
CMYK
RGB Variations
Color information
#999F9B (or 0x999F9B) is known color: Edward. HEX triplet: 99, 9F and 9B. RGB value is (153,159,155). Sum of RGB (Red+Green+Blue) = 153+159+155=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 159 - color contains mainly: green. Hex color #999F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999F9B is #666064. Grayscale: #9C9C9C. Windows color (decimal): -6709349 or 10198937. OLE color: 10198937.
HSL color Cylindrical-coordinate representation of color #999F9B: hue angle of 140º degrees, saturation: 0.03, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #999F9B is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 159 | 155 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.38 |
| HSL | 140º | 0.03% | 0.61% | - |
| HSV(B) | 140º | 0.04% | 0.62% | - |
| XYZ | 31.45 | 33.94 | 35.9 | - |
| YUV | 156.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 155 | 0.04 | 0 | 0.03 | 0.38 | 140 | 0.03 | 0.61 |
| Hex | 99 | 9F | 9B | 4 | 0 | 3 | 26 | 8C | 3 | 3D |
| Octal | 231 | 237 | 233 | 4 | 0 | 3 | 46 | 214 | 3 | 75 |
| Binary | 10011001 | 10011111 | 10011011 | 100 | 0 | 11 | 100110 | 10001100 | 11 | 111101 |
Color Harmonies of #999F9B
Complementary color
Monochromatic Colors of #999F9B
Black with #999F9B
Text Example
Text Example
White with #999F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999F9B; }
p { color: rgb(153,159,155); }
H1.HeaderClassName
{
color: #999F9B;
}
.AnyTagClassName
{
color: #999F9B;
}
</style>
background-color css
<style>
a { background-color: #999F9B; }
a { background-color: rgb(153,159,155); }
div.DivClassName
{
background-color: #999F9B;
}
.BgClassName
{
background-color: #999F9B;
}
</style>
border-color css
<style>
span { border-color: #999F9B; }
span { border-color: rgb(153,159,155); }
td.TdClassName
{
border-color: #999F9B;
}
.TagClassName
{
border-color: #999F9B;
}
</style>