Html Css Color HEX #898F8B Envy

📋 copy color: '#898F8B'

red 137 ◦ green 143 ◦ blue 139

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

Shades of Envy #898F8B

Tints of Envy #898F8B

RGB

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

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

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

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

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#898F8B (or 0x898F8B) is known color: Envy. HEX triplet: 89, 8F and 8B. RGB value is (137,143,139). Sum of RGB (Red+Green+Blue) = 137+143+139=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 143 - color contains mainly: green. Hex color #898F8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898F8B is #767074. Grayscale: #8C8C8C. Windows color (decimal): -7762037 or 9146249. OLE color: 9146249.

HSL color Cylindrical-coordinate representation of color #898F8B: hue angle of 140º 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 #898F8B is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 137 143 139 -
CMYK 0.04 0 0.03 0.44
HSL 140º 0.03% 0.55% -
HSV(B) 140º 0.04% 0.56% -
XYZ 24.8 26.83 28.3 -
YUV 140.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 137 143 139 0.04 0 0.03 0.44 140 0.03 0.55
Hex 89 8F 8B 4 0 3 2C 8C 3 37
Octal 211 217 213 4 0 3 54 214 3 67
Binary 10001001 10001111 10001011 100 0 11 101100 10001100 11 110111

Color Harmonies of #898F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898F8B

Black with #898F8B

Text Example


Text Example

White with #898F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898F8B; }

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

 H1.HeaderClassName
 {
   color: #898F8B;
 }
 .AnyTagClassName
 {
   color: #898F8B;
 }
</style>

background-color css

<style>
 a { background-color: #898F8B; }

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

 div.DivClassName
 {
   background-color: #898F8B;
 }
 .BgClassName
 {
   background-color: #898F8B;
 }
</style>

border-color css

<style>
 span { border-color: #898F8B; }

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

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