Shades of Venus #998B8C
Tints of Venus #998B8C
RGB
CMYK
RGB Variations
Color information
#998B8C (or 0x998B8C) is known color: Venus. HEX triplet: 99, 8B and 8C. RGB value is (153,139,140). Sum of RGB (Red+Green+Blue) = 153+139+140=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 153 - color contains mainly: red. Hex color #998B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998B8C is #667473. Grayscale: #8F8F8F. Windows color (decimal): -6714484 or 9210777. OLE color: 9210777.
HSL color Cylindrical-coordinate representation of color #998B8C: hue angle of 355.71º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #998B8C is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 139 | 140 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.4 |
| HSL | 355.71º | 0.06% | 0.57% | - |
| HSV(B) | 355.71º | 0.09% | 0.6% | - |
| XYZ | 27.1 | 27.13 | 28.62 | - |
| YUV | 143.3 | 126.14 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 140 | 0 | 0.09 | 0.08 | 0.4 | 355.71 | 0.06 | 0.57 |
| Hex | 99 | 8B | 8C | 0 | 9 | 8 | 28 | 164 | 6 | 39 |
| Octal | 231 | 213 | 214 | 0 | 11 | 10 | 50 | 544 | 6 | 71 |
| Binary | 10011001 | 10001011 | 10001100 | 0 | 1001 | 1000 | 101000 | 101100100 | 110 | 111001 |
Color Harmonies of #998B8C
Complementary color
Monochromatic Colors of #998B8C
Black with #998B8C
Text Example
Text Example
White with #998B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998B8C; }
p { color: rgb(153,139,140); }
H1.HeaderClassName
{
color: #998B8C;
}
.AnyTagClassName
{
color: #998B8C;
}
</style>
background-color css
<style>
a { background-color: #998B8C; }
a { background-color: rgb(153,139,140); }
div.DivClassName
{
background-color: #998B8C;
}
.BgClassName
{
background-color: #998B8C;
}
</style>
border-color css
<style>
span { border-color: #998B8C; }
span { border-color: rgb(153,139,140); }
td.TdClassName
{
border-color: #998B8C;
}
.TagClassName
{
border-color: #998B8C;
}
</style>