Shades of Venus #928B8C
Tints of Venus #928B8C
RGB
CMYK
RGB Variations
Color information
#928B8C (or 0x928B8C) is known color: Venus. HEX triplet: 92, 8B and 8C. RGB value is (146,139,140). Sum of RGB (Red+Green+Blue) = 146+139+140=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 146 - color contains mainly: red. Hex color #928B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928B8C is #6D7473. Grayscale: #8D8D8D. Windows color (decimal): -7173236 or 9210770. OLE color: 9210770.
HSL color Cylindrical-coordinate representation of color #928B8C: hue angle of 351.43º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #928B8C is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
RGB | 146 | 139 | 140 | - |
CMYK | 0 | 0.05 | 0.04 | 0.43 |
HSL | 351.43º | 0.03% | 0.56% | - |
HSV(B) | 351.43º | 0.05% | 0.57% | - |
XYZ | 25.82 | 26.47 | 28.56 | - |
YUV | 141.21 | 127.32 | 131.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 146 | 139 | 140 | 0 | 0.05 | 0.04 | 0.43 | 351.43 | 0.03 | 0.56 |
Hex | 92 | 8B | 8C | 0 | 5 | 4 | 2B | 15F | 3 | 38 |
Octal | 222 | 213 | 214 | 0 | 5 | 4 | 53 | 537 | 3 | 70 |
Binary | 10010010 | 10001011 | 10001100 | 0 | 101 | 100 | 101011 | 101011111 | 11 | 111000 |
Color Harmonies of #928B8C
Complementary color
Monochromatic Colors of #928B8C
Black with #928B8C
Text Example
Text Example
White with #928B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928B8C; }
p { color: rgb(146,139,140); }
H1.HeaderClassName
{
color: #928B8C;
}
.AnyTagClassName
{
color: #928B8C;
}
</style>
background-color css
<style>
a { background-color: #928B8C; }
a { background-color: rgb(146,139,140); }
div.DivClassName
{
background-color: #928B8C;
}
.BgClassName
{
background-color: #928B8C;
}
</style>
border-color css
<style>
span { border-color: #928B8C; }
span { border-color: rgb(146,139,140); }
td.TdClassName
{
border-color: #928B8C;
}
.TagClassName
{
border-color: #928B8C;
}
</style>