#9F828B

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

Shades of Venus #9F828B

Tints of Venus #9F828B

Color information

#9F828B (or 0x9F828B) is unknown color: approx Venus. HEX triplet: 9F, 82 and 8B. RGB value is (159,130,139). Sum of RGB (Red+Green+Blue) = 159+130+139=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 159 - color contains mainly: red. Hex color #9F828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F828B is #607D74. Grayscale: #8B8B8B. Windows color (decimal): -6323573 or 9142943. OLE color: 9142943.

HSL color Cylindrical-coordinate representation of color #9F828B: hue angle of 341.38º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9F828B is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB159130139-
CMYK00.180.130.38
HSL341.38º13.12%56.67%-
HSV(B)341.38º18.24%62.35%-
XYZ26.9425.227.87-
YUV139.7127.61141.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.15%
GREEN value IS 130 (51.17% from 255) = 30.37%
BLUE value IS 139 (54.69% from 255) = 32.48%
R=37.15%
G=30.37%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913013900.180.130.38341.3813.1256.67
Hex9F828B012D26155d39
Octal23720221302215465251571
Binary10011111100000101000101101001011011001101010101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,130,139); }

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

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

 a { background-color: rgb(159,130,139); }

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

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

 span { border-color: rgb(159,130,139); }

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