#8F898B

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

Shades of Venus #8F898B

Tints of Venus #8F898B

Color information

#8F898B (or 0x8F898B) is unknown color: approx Venus. HEX triplet: 8F, 89 and 8B. RGB value is (143,137,139). Sum of RGB (Red+Green+Blue) = 143+137+139=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 143 - color contains mainly: red. Hex color #8F898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F898B is #707674. Grayscale: #8B8B8B. Windows color (decimal): -7370357 or 9144719. OLE color: 9144719.

HSL color Cylindrical-coordinate representation of color #8F898B: hue angle of 340º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8F898B is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB143137139-
CMYK00.040.030.44
HSL340º2.61%54.9%-
HSV(B)340º4.2%56.08%-
XYZ24.9325.628.05-
YUV139.02127.99130.84-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.13%
GREEN value IS 137 (53.91% from 255) = 32.70%
BLUE value IS 139 (54.69% from 255) = 33.17%
R=34.13%
G=32.70%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313713900.040.030.443402.6154.9
Hex8F898B0432C154337
Octal21721121304354524367
Binary10001111100010011000101101001110110010101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F898B; }

 p { color: rgb(143,137,139); }

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

<style>
 a { background-color: #8F898B; }

 a { background-color: rgb(143,137,139); }

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

<style>
 span { border-color: #8F898B; }

 span { border-color: rgb(143,137,139); }

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