Shades of Venus #989192
Tints of Venus #989192
RGB
CMYK
RGB Variations
Color information
#989192 (or 0x989192) is known color: Venus. HEX triplet: 98, 91 and 92. RGB value is (152,145,146). Sum of RGB (Red+Green+Blue) = 152+145+146=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 152 - color contains mainly: red. Hex color #989192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989192 is #676E6D. Grayscale: #939393. Windows color (decimal): -6778478 or 9605528. OLE color: 9605528.
HSL color Cylindrical-coordinate representation of color #989192: hue angle of 351.43º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #989192 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 145 | 146 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.40 |
| HSL | 351.43º | 0.03% | 0.58% | - |
| HSV(B) | 351.43º | 0.05% | 0.6% | - |
| XYZ | 28.26 | 29 | 31.3 | - |
| YUV | 147.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 146 | 0 | 0.05 | 0.04 | 0.40 | 351.43 | 0.03 | 0.58 |
| Hex | 98 | 91 | 92 | 0 | 5 | 4 | 28 | 15F | 3 | 3A |
| Octal | 230 | 221 | 222 | 0 | 5 | 4 | 50 | 537 | 3 | 72 |
| Binary | 10011000 | 10010001 | 10010010 | 0 | 101 | 100 | 101000 | 101011111 | 11 | 111010 |
Color Harmonies of #989192
Complementary color
Monochromatic Colors of #989192
Black with #989192
Text Example
Text Example
White with #989192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989192; }
p { color: rgb(152,145,146); }
H1.HeaderClassName
{
color: #989192;
}
.AnyTagClassName
{
color: #989192;
}
</style>
background-color css
<style>
a { background-color: #989192; }
a { background-color: rgb(152,145,146); }
div.DivClassName
{
background-color: #989192;
}
.BgClassName
{
background-color: #989192;
}
</style>
border-color css
<style>
span { border-color: #989192; }
span { border-color: rgb(152,145,146); }
td.TdClassName
{
border-color: #989192;
}
.TagClassName
{
border-color: #989192;
}
</style>