Shades of Venus #92898A
Tints of Venus #92898A
RGB
CMYK
RGB Variations
Color information
#92898A (or 0x92898A) is known color: Venus. HEX triplet: 92, 89 and 8A. RGB value is (146,137,138). Sum of RGB (Red+Green+Blue) = 146+137+138=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 146 - color contains mainly: red. Hex color #92898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92898A is #6D7675. Grayscale: #8B8B8B. Windows color (decimal): -7173750 or 9079186. OLE color: 9079186.
HSL color Cylindrical-coordinate representation of color #92898A: hue angle of 353.33º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #92898A is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 137 | 138 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.43 |
| HSL | 353.33º | 0.04% | 0.55% | - |
| HSV(B) | 353.33º | 0.06% | 0.57% | - |
| XYZ | 25.39 | 25.84 | 27.69 | - |
| YUV | 139.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 137 | 138 | 0 | 0.06 | 0.05 | 0.43 | 353.33 | 0.04 | 0.55 |
| Hex | 92 | 89 | 8A | 0 | 6 | 5 | 2B | 161 | 4 | 37 |
| Octal | 222 | 211 | 212 | 0 | 6 | 5 | 53 | 541 | 4 | 67 |
| Binary | 10010010 | 10001001 | 10001010 | 0 | 110 | 101 | 101011 | 101100001 | 100 | 110111 |
Color Harmonies of #92898A
Complementary color
Monochromatic Colors of #92898A
Black with #92898A
Text Example
Text Example
White with #92898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92898A; }
p { color: rgb(146,137,138); }
H1.HeaderClassName
{
color: #92898A;
}
.AnyTagClassName
{
color: #92898A;
}
</style>
background-color css
<style>
a { background-color: #92898A; }
a { background-color: rgb(146,137,138); }
div.DivClassName
{
background-color: #92898A;
}
.BgClassName
{
background-color: #92898A;
}
</style>
border-color css
<style>
span { border-color: #92898A; }
span { border-color: rgb(146,137,138); }
td.TdClassName
{
border-color: #92898A;
}
.TagClassName
{
border-color: #92898A;
}
</style>