Shades of Venus #94868A
Tints of Venus #94868A
RGB
CMYK
RGB Variations
Color information
#94868A (or 0x94868A) is known color: Venus. HEX triplet: 94, 86 and 8A. RGB value is (148,134,138). Sum of RGB (Red+Green+Blue) = 148+134+138=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 148 - color contains mainly: red. Hex color #94868A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94868A is #6B7975. Grayscale: #8A8A8A. Windows color (decimal): -7043446 or 9078420. OLE color: 9078420.
HSL color Cylindrical-coordinate representation of color #94868A: hue angle of 342.86º 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 #94868A is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 134 | 138 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.42 |
| HSL | 342.86º | 0.06% | 0.55% | - |
| HSV(B) | 342.86º | 0.09% | 0.58% | - |
| XYZ | 25.33 | 25.18 | 27.57 | - |
| YUV | 138.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 134 | 138 | 0 | 0.09 | 0.07 | 0.42 | 342.86 | 0.06 | 0.55 |
| Hex | 94 | 86 | 8A | 0 | 9 | 7 | 2A | 157 | 6 | 37 |
| Octal | 224 | 206 | 212 | 0 | 11 | 7 | 52 | 527 | 6 | 67 |
| Binary | 10010100 | 10000110 | 10001010 | 0 | 1001 | 111 | 101010 | 101010111 | 110 | 110111 |
Color Harmonies of #94868A
Complementary color
Monochromatic Colors of #94868A
Black with #94868A
Text Example
Text Example
White with #94868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94868A; }
p { color: rgb(148,134,138); }
H1.HeaderClassName
{
color: #94868A;
}
.AnyTagClassName
{
color: #94868A;
}
</style>
background-color css
<style>
a { background-color: #94868A; }
a { background-color: rgb(148,134,138); }
div.DivClassName
{
background-color: #94868A;
}
.BgClassName
{
background-color: #94868A;
}
</style>
border-color css
<style>
span { border-color: #94868A; }
span { border-color: rgb(148,134,138); }
td.TdClassName
{
border-color: #94868A;
}
.TagClassName
{
border-color: #94868A;
}
</style>