Shades of Venus #8B757E
Tints of Venus #8B757E
RGB
CMYK
RGB Variations
Color information
#8B757E (or 0x8B757E) is known color: Venus. HEX triplet: 8B, 75 and 7E. RGB value is (139,117,126). Sum of RGB (Red+Green+Blue) = 139+117+126=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 139 - color contains mainly: red. Hex color #8B757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B757E is #748A81. Grayscale: #7C7C7C. Windows color (decimal): -7637634 or 8287627. OLE color: 8287627.
HSL color Cylindrical-coordinate representation of color #8B757E: hue angle of 335.45º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8B757E is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 117 | 126 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.45 |
| HSL | 335.45º | 0.09% | 0.5% | - |
| HSV(B) | 335.45º | 0.16% | 0.55% | - |
| XYZ | 20.77 | 19.72 | 22.45 | - |
| YUV | 124.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 117 | 126 | 0 | 0.16 | 0.09 | 0.45 | 335.45 | 0.09 | 0.5 |
| Hex | 8B | 75 | 7E | 0 | 10 | 9 | 2D | 14F | 9 | 32 |
| Octal | 213 | 165 | 176 | 0 | 20 | 11 | 55 | 517 | 11 | 62 |
| Binary | 10001011 | 1110101 | 1111110 | 0 | 10000 | 1001 | 101101 | 101001111 | 1001 | 110010 |
Color Harmonies of #8B757E
Complementary color
Monochromatic Colors of #8B757E
Black with #8B757E
Text Example
Text Example
White with #8B757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B757E; }
p { color: rgb(139,117,126); }
H1.HeaderClassName
{
color: #8B757E;
}
.AnyTagClassName
{
color: #8B757E;
}
</style>
background-color css
<style>
a { background-color: #8B757E; }
a { background-color: rgb(139,117,126); }
div.DivClassName
{
background-color: #8B757E;
}
.BgClassName
{
background-color: #8B757E;
}
</style>
border-color css
<style>
span { border-color: #8B757E; }
span { border-color: rgb(139,117,126); }
td.TdClassName
{
border-color: #8B757E;
}
.TagClassName
{
border-color: #8B757E;
}
</style>