Shades of Venus #998A8B
Tints of Venus #998A8B
RGB
CMYK
RGB Variations
Color information
#998A8B (or 0x998A8B) is known color: Venus. HEX triplet: 99, 8A and 8B. RGB value is (153,138,139). Sum of RGB (Red+Green+Blue) = 153+138+139=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 153 - color contains mainly: red. Hex color #998A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998A8B is #667574. Grayscale: #8E8E8E. Windows color (decimal): -6714741 or 9144985. OLE color: 9144985.
HSL color Cylindrical-coordinate representation of color #998A8B: hue angle of 356º 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 #998A8B is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 138 | 139 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.4 |
| HSL | 356º | 0.07% | 0.57% | - |
| HSV(B) | 356º | 0.1% | 0.6% | - |
| XYZ | 26.89 | 26.81 | 28.18 | - |
| YUV | 142.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 139 | 0 | 0.10 | 0.09 | 0.4 | 356 | 0.07 | 0.57 |
| Hex | 99 | 8A | 8B | 0 | A | 9 | 28 | 164 | 7 | 39 |
| Octal | 231 | 212 | 213 | 0 | 12 | 11 | 50 | 544 | 7 | 71 |
| Binary | 10011001 | 10001010 | 10001011 | 0 | 1010 | 1001 | 101000 | 101100100 | 111 | 111001 |
Color Harmonies of #998A8B
Complementary color
Monochromatic Colors of #998A8B
Black with #998A8B
Text Example
Text Example
White with #998A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998A8B; }
p { color: rgb(153,138,139); }
H1.HeaderClassName
{
color: #998A8B;
}
.AnyTagClassName
{
color: #998A8B;
}
</style>
background-color css
<style>
a { background-color: #998A8B; }
a { background-color: rgb(153,138,139); }
div.DivClassName
{
background-color: #998A8B;
}
.BgClassName
{
background-color: #998A8B;
}
</style>
border-color css
<style>
span { border-color: #998A8B; }
span { border-color: rgb(153,138,139); }
td.TdClassName
{
border-color: #998A8B;
}
.TagClassName
{
border-color: #998A8B;
}
</style>