Shades of Venus #928389
Tints of Venus #928389
RGB
CMYK
RGB Variations
Color information
#928389 (or 0x928389) is known color: Venus. HEX triplet: 92, 83 and 89. RGB value is (146,131,137). Sum of RGB (Red+Green+Blue) = 146+131+137=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 146 - color contains mainly: red. Hex color #928389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928389 is #6D7C76. Grayscale: #888888. Windows color (decimal): -7175287 or 9012114. OLE color: 9012114.
HSL color Cylindrical-coordinate representation of color #928389: hue angle of 336º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #928389 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 131 | 137 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.43 |
| HSL | 336º | 0.06% | 0.54% | - |
| HSV(B) | 336º | 0.1% | 0.57% | - |
| XYZ | 24.49 | 24.15 | 27.04 | - |
| YUV | 136.17 | 128.47 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 131 | 137 | 0 | 0.10 | 0.06 | 0.43 | 336 | 0.06 | 0.54 |
| Hex | 92 | 83 | 89 | 0 | A | 6 | 2B | 150 | 6 | 36 |
| Octal | 222 | 203 | 211 | 0 | 12 | 6 | 53 | 520 | 6 | 66 |
| Binary | 10010010 | 10000011 | 10001001 | 0 | 1010 | 110 | 101011 | 101010000 | 110 | 110110 |
Color Harmonies of #928389
Complementary color
Monochromatic Colors of #928389
Black with #928389
Text Example
Text Example
White with #928389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928389; }
p { color: rgb(146,131,137); }
H1.HeaderClassName
{
color: #928389;
}
.AnyTagClassName
{
color: #928389;
}
</style>
background-color css
<style>
a { background-color: #928389; }
a { background-color: rgb(146,131,137); }
div.DivClassName
{
background-color: #928389;
}
.BgClassName
{
background-color: #928389;
}
</style>
border-color css
<style>
span { border-color: #928389; }
span { border-color: rgb(146,131,137); }
td.TdClassName
{
border-color: #928389;
}
.TagClassName
{
border-color: #928389;
}
</style>