#9A858D

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

Shades of Venus #9A858D

Tints of Venus #9A858D

Color information

#9A858D (or 0x9A858D) is unknown color: approx Venus. HEX triplet: 9A, 85 and 8D. RGB value is (154,133,141). Sum of RGB (Red+Green+Blue) = 154+133+141=428 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.98% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 154 - color contains mainly: red. Hex color #9A858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A858D is #657A72. Grayscale: #8C8C8C. Windows color (decimal): -6650483 or 9274778. OLE color: 9274778.

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

Color convert

RGB154133141-
CMYK00.140.080.40
HSL337.14º9.42%56.27%-
HSV(B)337.14º13.64%60.39%-
XYZ26.5225.5728.74-
YUV140.19128.46137.85-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.98%
GREEN value IS 133 (52.34% from 255) = 31.07%
BLUE value IS 141 (55.47% from 255) = 32.94%
R=35.98%
G=31.07%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15413314100.140.080.40337.149.4256.27
Hex9A858D0E828151938
Octal23220521501610505211170
Binary1001101010000101100011010111010001010001010100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,133,141); }

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

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

 a { background-color: rgb(154,133,141); }

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

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

 span { border-color: rgb(154,133,141); }

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