#9F828C

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

Shades of Venus #9F828C

Tints of Venus #9F828C

Color information

#9F828C (or 0x9F828C) is unknown color: approx Venus. HEX triplet: 9F, 82 and 8C. RGB value is (159,130,140). Sum of RGB (Red+Green+Blue) = 159+130+140=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 159 - color contains mainly: red. Hex color #9F828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F828C is #607D73. Grayscale: #8B8B8B. Windows color (decimal): -6323572 or 9208479. OLE color: 9208479.

HSL color Cylindrical-coordinate representation of color #9F828C: hue angle of 339.31º 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 #9F828C is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB159130140-
CMYK00.180.120.38
HSL339.31º13.12%56.67%-
HSV(B)339.31º18.24%62.35%-
XYZ27.0125.2328.26-
YUV139.81128.11141.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.06%
GREEN value IS 130 (51.17% from 255) = 30.30%
BLUE value IS 140 (55.08% from 255) = 32.63%
R=37.06%
G=30.30%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913014000.180.120.38339.3113.1256.67
Hex9F828C012C26153d39
Octal23720221402214465231571
Binary10011111100000101000110001001011001001101010100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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