Shades of Venus #948789
Tints of Venus #948789
RGB
CMYK
RGB Variations
Color information
#948789 (or 0x948789) is known color: Venus. HEX triplet: 94, 87 and 89. RGB value is (148,135,137). Sum of RGB (Red+Green+Blue) = 148+135+137=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 148 - color contains mainly: red. Hex color #948789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948789 is #6B7876. Grayscale: #8B8B8B. Windows color (decimal): -7043191 or 9013140. OLE color: 9013140.
HSL color Cylindrical-coordinate representation of color #948789: hue angle of 350.77º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #948789 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 135 | 137 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.42 |
| HSL | 350.77º | 0.06% | 0.55% | - |
| HSV(B) | 350.77º | 0.09% | 0.58% | - |
| XYZ | 25.39 | 25.43 | 27.24 | - |
| YUV | 139.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 135 | 137 | 0 | 0.09 | 0.07 | 0.42 | 350.77 | 0.06 | 0.55 |
| Hex | 94 | 87 | 89 | 0 | 9 | 7 | 2A | 15F | 6 | 37 |
| Octal | 224 | 207 | 211 | 0 | 11 | 7 | 52 | 537 | 6 | 67 |
| Binary | 10010100 | 10000111 | 10001001 | 0 | 1001 | 111 | 101010 | 101011111 | 110 | 110111 |
Color Harmonies of #948789
Complementary color
Monochromatic Colors of #948789
Black with #948789
Text Example
Text Example
White with #948789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948789; }
p { color: rgb(148,135,137); }
H1.HeaderClassName
{
color: #948789;
}
.AnyTagClassName
{
color: #948789;
}
</style>
background-color css
<style>
a { background-color: #948789; }
a { background-color: rgb(148,135,137); }
div.DivClassName
{
background-color: #948789;
}
.BgClassName
{
background-color: #948789;
}
</style>
border-color css
<style>
span { border-color: #948789; }
span { border-color: rgb(148,135,137); }
td.TdClassName
{
border-color: #948789;
}
.TagClassName
{
border-color: #948789;
}
</style>