Shades of Venus #928488
Tints of Venus #928488
RGB
CMYK
RGB Variations
Color information
#928488 (or 0x928488) is known color: Venus. HEX triplet: 92, 84 and 88. RGB value is (146,132,136). Sum of RGB (Red+Green+Blue) = 146+132+136=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 146 - color contains mainly: red. Hex color #928488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928488 is #6D7B77. Grayscale: #888888. Windows color (decimal): -7175032 or 8946834. OLE color: 8946834.
HSL color Cylindrical-coordinate representation of color #928488: hue angle of 342.86º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #928488 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 132 | 136 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.43 |
| HSL | 342.86º | 0.06% | 0.55% | - |
| HSV(B) | 342.86º | 0.1% | 0.57% | - |
| XYZ | 24.55 | 24.39 | 26.71 | - |
| YUV | 136.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 132 | 136 | 0 | 0.10 | 0.07 | 0.43 | 342.86 | 0.06 | 0.55 |
| Hex | 92 | 84 | 88 | 0 | A | 7 | 2B | 157 | 6 | 37 |
| Octal | 222 | 204 | 210 | 0 | 12 | 7 | 53 | 527 | 6 | 67 |
| Binary | 10010010 | 10000100 | 10001000 | 0 | 1010 | 111 | 101011 | 101010111 | 110 | 110111 |
Color Harmonies of #928488
Complementary color
Monochromatic Colors of #928488
Black with #928488
Text Example
Text Example
White with #928488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928488; }
p { color: rgb(146,132,136); }
H1.HeaderClassName
{
color: #928488;
}
.AnyTagClassName
{
color: #928488;
}
</style>
background-color css
<style>
a { background-color: #928488; }
a { background-color: rgb(146,132,136); }
div.DivClassName
{
background-color: #928488;
}
.BgClassName
{
background-color: #928488;
}
</style>
border-color css
<style>
span { border-color: #928488; }
span { border-color: rgb(146,132,136); }
td.TdClassName
{
border-color: #928488;
}
.TagClassName
{
border-color: #928488;
}
</style>