Html Css Color HEX #8F898B Venus

📋 copy color: '#8F898B'

red 143 ◦ green 137 ◦ blue 139

#8F898B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venus #8F898B

Tints of Venus #8F898B

RGB

 RED value IS 143 (56.25% from 255) = 34.13%

 GREEN value IS 137 (53.91% from 255) = 32.7%

 BLUE value IS 139 (54.69% from 255) = 33.17%

R = 34.13%
G = 32.7%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#8F898B (or 0x8F898B) is known color: 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

RGB 143 137 139 -
CMYK 0 0.04 0.03 0.44
HSL 340º 0.03% 0.55% -
HSV(B) 340º 0.04% 0.56% -
XYZ 24.93 25.6 28.05 -
YUV 139.02 127.99 130.84 -
System Red Green Blue C M Y K H S L
Decimal 143 137 139 0 0.04 0.03 0.44 340 0.03 0.55
Hex 8F 89 8B 0 4 3 2C 154 3 37
Octal 217 211 213 0 4 3 54 524 3 67
Binary 10001111 10001001 10001011 0 100 11 101100 101010100 11 110111

Color Harmonies of #8F898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F898B

Black with #8F898B

Text Example


Text Example

White with #8F898B

Text Example


Text Example

HTML Codes & Css Web 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>