Shades of Venus #868183
Tints of Venus #868183
RGB
CMYK
RGB Variations
Color information
#868183 (or 0x868183) is known color: Venus. HEX triplet: 86, 81 and 83. RGB value is (134,129,131). Sum of RGB (Red+Green+Blue) = 134+129+131=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 134 - color contains mainly: red. Hex color #868183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868183 is #797E7C. Grayscale: #828282. Windows color (decimal): -7962237 or 8618374. OLE color: 8618374.
HSL color Cylindrical-coordinate representation of color #868183: hue angle of 336º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #868183 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 129 | 131 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.47 |
| HSL | 336º | 0.02% | 0.52% | - |
| HSV(B) | 336º | 0.04% | 0.53% | - |
| XYZ | 21.78 | 22.41 | 24.65 | - |
| YUV | 130.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 129 | 131 | 0 | 0.04 | 0.02 | 0.47 | 336 | 0.02 | 0.52 |
| Hex | 86 | 81 | 83 | 0 | 4 | 2 | 2F | 150 | 2 | 34 |
| Octal | 206 | 201 | 203 | 0 | 4 | 2 | 57 | 520 | 2 | 64 |
| Binary | 10000110 | 10000001 | 10000011 | 0 | 100 | 10 | 101111 | 101010000 | 10 | 110100 |
Color Harmonies of #868183
Complementary color
Monochromatic Colors of #868183
Black with #868183
Text Example
Text Example
White with #868183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868183; }
p { color: rgb(134,129,131); }
H1.HeaderClassName
{
color: #868183;
}
.AnyTagClassName
{
color: #868183;
}
</style>
background-color css
<style>
a { background-color: #868183; }
a { background-color: rgb(134,129,131); }
div.DivClassName
{
background-color: #868183;
}
.BgClassName
{
background-color: #868183;
}
</style>
border-color css
<style>
span { border-color: #868183; }
span { border-color: rgb(134,129,131); }
td.TdClassName
{
border-color: #868183;
}
.TagClassName
{
border-color: #868183;
}
</style>