#9B868E

Color #9B868E Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #9B868E

Tints of Venus #9B868E

Color information

#9B868E (or 0x9B868E) is unknown color: approx Venus. HEX triplet: 9B, 86 and 8E. RGB value is (155,134,142). Sum of RGB (Red+Green+Blue) = 155+134+142=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 155 - color contains mainly: red. Hex color #9B868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B868E is #647971. Grayscale: #8D8D8D. Windows color (decimal): -6584690 or 9340571. OLE color: 9340571.

HSL color Cylindrical-coordinate representation of color #9B868E: hue angle of 337.14º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9B868E is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB155134142-
CMYK00.140.080.39
HSL337.14º9.5%56.67%-
HSV(B)337.14º13.55%60.78%-
XYZ26.9325.9729.19-
YUV141.19128.46137.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 35.96%
GREEN value IS 134 (52.73% from 255) = 31.09%
BLUE value IS 142 (55.86% from 255) = 32.95%
R=35.96%
G=31.09%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513414200.140.080.39337.149.556.67
Hex9B868E0E827151a39
Octal23320621601610475211271
Binary1001101110000110100011100111010001001111010100011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B868E; }

 p { color: rgb(155,134,142); }

 H1.HeaderClassName
 {
   color: #9B868E;
 }
 .AnyTagClassName
 {
   color: #9B868E;
 }
</style>
background-color css

<style>
 a { background-color: #9B868E; }

 a { background-color: rgb(155,134,142); }

 div.DivClassName
 {
   background-color: #9B868E;
 }
 .BgClassName
 {
   background-color: #9B868E;
 }
</style>
border-color css

<style>
 span { border-color: #9B868E; }

 span { border-color: rgb(155,134,142); }

 td.TdClassName
 {
   border-color: #9B868E;
 }
 .TagClassName
 {
   border-color: #9B868E;
 }
</style>