Shades of Venus #958388
Tints of Venus #958388
RGB
CMYK
RGB Variations
Color information
#958388 (or 0x958388) is known color: Venus. HEX triplet: 95, 83 and 88. RGB value is (149,131,136). Sum of RGB (Red+Green+Blue) = 149+131+136=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 149 - color contains mainly: red. Hex color #958388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958388 is #6A7C77. Grayscale: #888888. Windows color (decimal): -6978680 or 8946581. OLE color: 8946581.
HSL color Cylindrical-coordinate representation of color #958388: hue angle of 343.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #958388 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 131 | 136 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.42 |
| HSL | 343.33º | 0.08% | 0.55% | - |
| HSV(B) | 343.33º | 0.12% | 0.58% | - |
| XYZ | 24.95 | 24.4 | 26.69 | - |
| YUV | 136.95 | 127.46 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 131 | 136 | 0 | 0.12 | 0.09 | 0.42 | 343.33 | 0.08 | 0.55 |
| Hex | 95 | 83 | 88 | 0 | C | 9 | 2A | 157 | 8 | 37 |
| Octal | 225 | 203 | 210 | 0 | 14 | 11 | 52 | 527 | 10 | 67 |
| Binary | 10010101 | 10000011 | 10001000 | 0 | 1100 | 1001 | 101010 | 101010111 | 1000 | 110111 |
Color Harmonies of #958388
Complementary color
Monochromatic Colors of #958388
Black with #958388
Text Example
Text Example
White with #958388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958388; }
p { color: rgb(149,131,136); }
H1.HeaderClassName
{
color: #958388;
}
.AnyTagClassName
{
color: #958388;
}
</style>
background-color css
<style>
a { background-color: #958388; }
a { background-color: rgb(149,131,136); }
div.DivClassName
{
background-color: #958388;
}
.BgClassName
{
background-color: #958388;
}
</style>
border-color css
<style>
span { border-color: #958388; }
span { border-color: rgb(149,131,136); }
td.TdClassName
{
border-color: #958388;
}
.TagClassName
{
border-color: #958388;
}
</style>