Shades of Venus #8F8288
Tints of Venus #8F8288
RGB
CMYK
RGB Variations
Color information
#8F8288 (or 0x8F8288) is known color: Venus. HEX triplet: 8F, 82 and 88. RGB value is (143,130,136). Sum of RGB (Red+Green+Blue) = 143+130+136=409 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.96% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8288 is #707D77. Grayscale: #868686. Windows color (decimal): -7372152 or 8946319. OLE color: 8946319.
HSL color Cylindrical-coordinate representation of color #8F8288: hue angle of 332.31º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8F8288 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 130 | 136 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.44 |
| HSL | 332.31º | 0.05% | 0.54% | - |
| HSV(B) | 332.31º | 0.09% | 0.56% | - |
| XYZ | 23.75 | 23.58 | 26.59 | - |
| YUV | 134.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 130 | 136 | 0 | 0.09 | 0.05 | 0.44 | 332.31 | 0.05 | 0.54 |
| Hex | 8F | 82 | 88 | 0 | 9 | 5 | 2C | 14C | 5 | 36 |
| Octal | 217 | 202 | 210 | 0 | 11 | 5 | 54 | 514 | 5 | 66 |
| Binary | 10001111 | 10000010 | 10001000 | 0 | 1001 | 101 | 101100 | 101001100 | 101 | 110110 |
Color Harmonies of #8F8288
Complementary color
Monochromatic Colors of #8F8288
Black with #8F8288
Text Example
Text Example
White with #8F8288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8288; }
p { color: rgb(143,130,136); }
H1.HeaderClassName
{
color: #8F8288;
}
.AnyTagClassName
{
color: #8F8288;
}
</style>
background-color css
<style>
a { background-color: #8F8288; }
a { background-color: rgb(143,130,136); }
div.DivClassName
{
background-color: #8F8288;
}
.BgClassName
{
background-color: #8F8288;
}
</style>
border-color css
<style>
span { border-color: #8F8288; }
span { border-color: rgb(143,130,136); }
td.TdClassName
{
border-color: #8F8288;
}
.TagClassName
{
border-color: #8F8288;
}
</style>