#9B8A90

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

Shades of Venus #9B8A90

Tints of Venus #9B8A90

Color information

#9B8A90 (or 0x9B8A90) is unknown color: approx Venus. HEX triplet: 9B, 8A and 90. RGB value is (155,138,144). Sum of RGB (Red+Green+Blue) = 155+138+144=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8A90 is #64756F. Grayscale: #8F8F8F. Windows color (decimal): -6583664 or 9472667. OLE color: 9472667.

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

Color convert

RGB155138144-
CMYK00.110.070.39
HSL338.82º7.83%57.45%-
HSV(B)338.82º10.97%60.78%-
XYZ27.6427.1630.17-
YUV143.77128.13136.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.47%
GREEN value IS 138 (54.30% from 255) = 31.58%
BLUE value IS 144 (56.64% from 255) = 32.95%
R=35.47%
G=31.58%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513814400.110.070.39338.827.8357.45
Hex9B8A900B727153839
Octal2332122200137475231071
Binary100110111000101010010000010111111001111010100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,138,144); }

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

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

 a { background-color: rgb(155,138,144); }

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

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

 span { border-color: rgb(155,138,144); }

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