Shades of Venus #947B82
Tints of Venus #947B82
RGB
CMYK
RGB Variations
Color information
#947B82 (or 0x947B82) is known color: Venus. HEX triplet: 94, 7B and 82. RGB value is (148,123,130). Sum of RGB (Red+Green+Blue) = 148+123+130=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 148 - color contains mainly: red. Hex color #947B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947B82 is #6B847D. Grayscale: #838383. Windows color (decimal): -7046270 or 8551316. OLE color: 8551316.
HSL color Cylindrical-coordinate representation of color #947B82: hue angle of 343.2º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #947B82 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 123 | 130 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.42 |
| HSL | 343.2º | 0.1% | 0.53% | - |
| HSV(B) | 343.2º | 0.17% | 0.58% | - |
| XYZ | 23.32 | 22.07 | 24.15 | - |
| YUV | 131.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 123 | 130 | 0 | 0.17 | 0.12 | 0.42 | 343.2 | 0.1 | 0.53 |
| Hex | 94 | 7B | 82 | 0 | 11 | C | 2A | 157 | A | 35 |
| Octal | 224 | 173 | 202 | 0 | 21 | 14 | 52 | 527 | 12 | 65 |
| Binary | 10010100 | 1111011 | 10000010 | 0 | 10001 | 1100 | 101010 | 101010111 | 1010 | 110101 |
Color Harmonies of #947B82
Complementary color
Monochromatic Colors of #947B82
Black with #947B82
Text Example
Text Example
White with #947B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947B82; }
p { color: rgb(148,123,130); }
H1.HeaderClassName
{
color: #947B82;
}
.AnyTagClassName
{
color: #947B82;
}
</style>
background-color css
<style>
a { background-color: #947B82; }
a { background-color: rgb(148,123,130); }
div.DivClassName
{
background-color: #947B82;
}
.BgClassName
{
background-color: #947B82;
}
</style>
border-color css
<style>
span { border-color: #947B82; }
span { border-color: rgb(148,123,130); }
td.TdClassName
{
border-color: #947B82;
}
.TagClassName
{
border-color: #947B82;
}
</style>