Shades of Venus #92868B
Tints of Venus #92868B
RGB
CMYK
RGB Variations
Color information
#92868B (or 0x92868B) is known color: Venus. HEX triplet: 92, 86 and 8B. RGB value is (146,134,139). Sum of RGB (Red+Green+Blue) = 146+134+139=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 146 - color contains mainly: red. Hex color #92868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92868B is #6D7974. Grayscale: #8A8A8A. Windows color (decimal): -7174517 or 9143954. OLE color: 9143954.
HSL color Cylindrical-coordinate representation of color #92868B: hue angle of 335º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #92868B is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 134 | 139 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.43 |
| HSL | 335º | 0.05% | 0.55% | - |
| HSV(B) | 335º | 0.08% | 0.57% | - |
| XYZ | 25.04 | 25.03 | 27.94 | - |
| YUV | 138.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 134 | 139 | 0 | 0.08 | 0.05 | 0.43 | 335 | 0.05 | 0.55 |
| Hex | 92 | 86 | 8B | 0 | 8 | 5 | 2B | 14F | 5 | 37 |
| Octal | 222 | 206 | 213 | 0 | 10 | 5 | 53 | 517 | 5 | 67 |
| Binary | 10010010 | 10000110 | 10001011 | 0 | 1000 | 101 | 101011 | 101001111 | 101 | 110111 |
Color Harmonies of #92868B
Complementary color
Monochromatic Colors of #92868B
Black with #92868B
Text Example
Text Example
White with #92868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92868B; }
p { color: rgb(146,134,139); }
H1.HeaderClassName
{
color: #92868B;
}
.AnyTagClassName
{
color: #92868B;
}
</style>
background-color css
<style>
a { background-color: #92868B; }
a { background-color: rgb(146,134,139); }
div.DivClassName
{
background-color: #92868B;
}
.BgClassName
{
background-color: #92868B;
}
</style>
border-color css
<style>
span { border-color: #92868B; }
span { border-color: rgb(146,134,139); }
td.TdClassName
{
border-color: #92868B;
}
.TagClassName
{
border-color: #92868B;
}
</style>