Shades of Edward #8B9C92
Tints of Edward #8B9C92
RGB
CMYK
RGB Variations
Color information
#8B9C92 (or 0x8B9C92) is known color: Edward. HEX triplet: 8B, 9C and 92. RGB value is (139,156,146). Sum of RGB (Red+Green+Blue) = 139+156+146=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 156 - color contains mainly: green. Hex color #8B9C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9C92 is #74636D. Grayscale: #959595. Windows color (decimal): -7627630 or 9608331. OLE color: 9608331.
HSL color Cylindrical-coordinate representation of color #8B9C92: hue angle of 144.71º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8B9C92 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
RGB | 139 | 156 | 146 | - |
CMYK | 0.11 | 0 | 0.06 | 0.39 |
HSL | 144.71º | 0.08% | 0.58% | - |
HSV(B) | 144.71º | 0.11% | 0.61% | - |
XYZ | 27.72 | 31.34 | 31.78 | - |
YUV | 149.78 | 125.87 | 120.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 139 | 156 | 146 | 0.11 | 0 | 0.06 | 0.39 | 144.71 | 0.08 | 0.58 |
Hex | 8B | 9C | 92 | B | 0 | 6 | 27 | 91 | 8 | 3A |
Octal | 213 | 234 | 222 | 13 | 0 | 6 | 47 | 221 | 10 | 72 |
Binary | 10001011 | 10011100 | 10010010 | 1011 | 0 | 110 | 100111 | 10010001 | 1000 | 111010 |
Color Harmonies of #8B9C92
Complementary color
Monochromatic Colors of #8B9C92
Black with #8B9C92
Text Example
Text Example
White with #8B9C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9C92; }
p { color: rgb(139,156,146); }
H1.HeaderClassName
{
color: #8B9C92;
}
.AnyTagClassName
{
color: #8B9C92;
}
</style>
background-color css
<style>
a { background-color: #8B9C92; }
a { background-color: rgb(139,156,146); }
div.DivClassName
{
background-color: #8B9C92;
}
.BgClassName
{
background-color: #8B9C92;
}
</style>
border-color css
<style>
span { border-color: #8B9C92; }
span { border-color: rgb(139,156,146); }
td.TdClassName
{
border-color: #8B9C92;
}
.TagClassName
{
border-color: #8B9C92;
}
</style>