Shades of Venus #94878C
Tints of Venus #94878C
RGB
CMYK
RGB Variations
Color information
#94878C (or 0x94878C) is known color: Venus. HEX triplet: 94, 87 and 8C. RGB value is (148,135,140). Sum of RGB (Red+Green+Blue) = 148+135+140=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 148 - color contains mainly: red. Hex color #94878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94878C is #6B7873. Grayscale: #8B8B8B. Windows color (decimal): -7043188 or 9209748. OLE color: 9209748.
HSL color Cylindrical-coordinate representation of color #94878C: hue angle of 336.92º 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 #94878C is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 135 | 140 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.42 |
| HSL | 336.92º | 0.06% | 0.55% | - |
| HSV(B) | 336.92º | 0.09% | 0.58% | - |
| XYZ | 25.61 | 25.52 | 28.39 | - |
| YUV | 139.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 135 | 140 | 0 | 0.09 | 0.05 | 0.42 | 336.92 | 0.06 | 0.55 |
| Hex | 94 | 87 | 8C | 0 | 9 | 5 | 2A | 151 | 6 | 37 |
| Octal | 224 | 207 | 214 | 0 | 11 | 5 | 52 | 521 | 6 | 67 |
| Binary | 10010100 | 10000111 | 10001100 | 0 | 1001 | 101 | 101010 | 101010001 | 110 | 110111 |
Color Harmonies of #94878C
Complementary color
Monochromatic Colors of #94878C
Black with #94878C
Text Example
Text Example
White with #94878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94878C; }
p { color: rgb(148,135,140); }
H1.HeaderClassName
{
color: #94878C;
}
.AnyTagClassName
{
color: #94878C;
}
</style>
background-color css
<style>
a { background-color: #94878C; }
a { background-color: rgb(148,135,140); }
div.DivClassName
{
background-color: #94878C;
}
.BgClassName
{
background-color: #94878C;
}
</style>
border-color css
<style>
span { border-color: #94878C; }
span { border-color: rgb(148,135,140); }
td.TdClassName
{
border-color: #94878C;
}
.TagClassName
{
border-color: #94878C;
}
</style>