Shades of Venus #908A8B
Tints of Venus #908A8B
RGB
CMYK
RGB Variations
Color information
#908A8B (or 0x908A8B) is known color: Venus. HEX triplet: 90, 8A and 8B. RGB value is (144,138,139). Sum of RGB (Red+Green+Blue) = 144+138+139=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 144 - color contains mainly: red. Hex color #908A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908A8B is #6F7574. Grayscale: #8B8B8B. Windows color (decimal): -7304565 or 9144976. OLE color: 9144976.
HSL color Cylindrical-coordinate representation of color #908A8B: hue angle of 350º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #908A8B is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 138 | 139 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.44 |
| HSL | 350º | 0.03% | 0.55% | - |
| HSV(B) | 350º | 0.04% | 0.56% | - |
| XYZ | 25.25 | 25.97 | 28.11 | - |
| YUV | 139.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 139 | 0 | 0.04 | 0.03 | 0.44 | 350 | 0.03 | 0.55 |
| Hex | 90 | 8A | 8B | 0 | 4 | 3 | 2C | 15E | 3 | 37 |
| Octal | 220 | 212 | 213 | 0 | 4 | 3 | 54 | 536 | 3 | 67 |
| Binary | 10010000 | 10001010 | 10001011 | 0 | 100 | 11 | 101100 | 101011110 | 11 | 110111 |
Color Harmonies of #908A8B
Complementary color
Monochromatic Colors of #908A8B
Black with #908A8B
Text Example
Text Example
White with #908A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908A8B; }
p { color: rgb(144,138,139); }
H1.HeaderClassName
{
color: #908A8B;
}
.AnyTagClassName
{
color: #908A8B;
}
</style>
background-color css
<style>
a { background-color: #908A8B; }
a { background-color: rgb(144,138,139); }
div.DivClassName
{
background-color: #908A8B;
}
.BgClassName
{
background-color: #908A8B;
}
</style>
border-color css
<style>
span { border-color: #908A8B; }
span { border-color: rgb(144,138,139); }
td.TdClassName
{
border-color: #908A8B;
}
.TagClassName
{
border-color: #908A8B;
}
</style>