Shades of Venus #928288
Tints of Venus #928288
RGB
CMYK
RGB Variations
Color information
#928288 (or 0x928288) is known color: Venus. HEX triplet: 92, 82 and 88. RGB value is (146,130,136). Sum of RGB (Red+Green+Blue) = 146+130+136=412 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.44% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 146 - color contains mainly: red. Hex color #928288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928288 is #6D7D77. Grayscale: #878787. Windows color (decimal): -7175544 or 8946322. OLE color: 8946322.
HSL color Cylindrical-coordinate representation of color #928288: hue angle of 337.5º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #928288 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 130 | 136 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.43 |
| HSL | 337.5º | 0.07% | 0.54% | - |
| HSV(B) | 337.5º | 0.11% | 0.57% | - |
| XYZ | 24.28 | 23.85 | 26.62 | - |
| YUV | 135.47 | 128.3 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 136 | 0 | 0.11 | 0.07 | 0.43 | 337.5 | 0.07 | 0.54 |
| Hex | 92 | 82 | 88 | 0 | B | 7 | 2B | 152 | 7 | 36 |
| Octal | 222 | 202 | 210 | 0 | 13 | 7 | 53 | 522 | 7 | 66 |
| Binary | 10010010 | 10000010 | 10001000 | 0 | 1011 | 111 | 101011 | 101010010 | 111 | 110110 |
Color Harmonies of #928288
Complementary color
Monochromatic Colors of #928288
Black with #928288
Text Example
Text Example
White with #928288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928288; }
p { color: rgb(146,130,136); }
H1.HeaderClassName
{
color: #928288;
}
.AnyTagClassName
{
color: #928288;
}
</style>
background-color css
<style>
a { background-color: #928288; }
a { background-color: rgb(146,130,136); }
div.DivClassName
{
background-color: #928288;
}
.BgClassName
{
background-color: #928288;
}
</style>
border-color css
<style>
span { border-color: #928288; }
span { border-color: rgb(146,130,136); }
td.TdClassName
{
border-color: #928288;
}
.TagClassName
{
border-color: #928288;
}
</style>