Shades of Venus #998A8C
Tints of Venus #998A8C
RGB
CMYK
RGB Variations
Color information
#998A8C (or 0x998A8C) is known color: Venus. HEX triplet: 99, 8A and 8C. RGB value is (153,138,140). Sum of RGB (Red+Green+Blue) = 153+138+140=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 153 - color contains mainly: red. Hex color #998A8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998A8C is #667573. Grayscale: #8E8E8E. Windows color (decimal): -6714740 or 9210521. OLE color: 9210521.
HSL color Cylindrical-coordinate representation of color #998A8C: hue angle of 352º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #998A8C is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 138 | 140 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.4 |
| HSL | 352º | 0.07% | 0.57% | - |
| HSV(B) | 352º | 0.1% | 0.6% | - |
| XYZ | 26.96 | 26.84 | 28.57 | - |
| YUV | 142.71 | 126.47 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 140 | 0 | 0.10 | 0.08 | 0.4 | 352 | 0.07 | 0.57 |
| Hex | 99 | 8A | 8C | 0 | A | 8 | 28 | 160 | 7 | 39 |
| Octal | 231 | 212 | 214 | 0 | 12 | 10 | 50 | 540 | 7 | 71 |
| Binary | 10011001 | 10001010 | 10001100 | 0 | 1010 | 1000 | 101000 | 101100000 | 111 | 111001 |
Color Harmonies of #998A8C
Complementary color
Monochromatic Colors of #998A8C
Black with #998A8C
Text Example
Text Example
White with #998A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998A8C; }
p { color: rgb(153,138,140); }
H1.HeaderClassName
{
color: #998A8C;
}
.AnyTagClassName
{
color: #998A8C;
}
</style>
background-color css
<style>
a { background-color: #998A8C; }
a { background-color: rgb(153,138,140); }
div.DivClassName
{
background-color: #998A8C;
}
.BgClassName
{
background-color: #998A8C;
}
</style>
border-color css
<style>
span { border-color: #998A8C; }
span { border-color: rgb(153,138,140); }
td.TdClassName
{
border-color: #998A8C;
}
.TagClassName
{
border-color: #998A8C;
}
</style>