Html Css Color HEX #899B8D Envy

📋 copy color: '#899B8D'

red 137 ◦ green 155 ◦ blue 141

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

Shades of Envy #899B8D

Tints of Envy #899B8D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.8%

 BLUE value IS 141 (55.47% from 255) = 32.56%

R = 31.64%
G = 35.8%
B = 32.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#899B8D (or 0x899B8D) is known color: Envy. HEX triplet: 89, 9B and 8D. RGB value is (137,155,141). Sum of RGB (Red+Green+Blue) = 137+155+141=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 155 - color contains mainly: green. Hex color #899B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899B8D is #766472. Grayscale: #949494. Windows color (decimal): -7758963 or 9280393. OLE color: 9280393.

HSL color Cylindrical-coordinate representation of color #899B8D: hue angle of 133.33º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #899B8D is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 137 155 141 -
CMYK 0.12 0 0.09 0.39
HSL 133.33º 0.08% 0.57% -
HSV(B) 133.33º 0.12% 0.61% -
XYZ 26.85 30.68 29.71 -
YUV 148.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 137 155 141 0.12 0 0.09 0.39 133.33 0.08 0.57
Hex 89 9B 8D C 0 9 27 85 8 39
Octal 211 233 215 14 0 11 47 205 10 71
Binary 10001001 10011011 10001101 1100 0 1001 100111 10000101 1000 111001

Color Harmonies of #899B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899B8D

Black with #899B8D

Text Example


Text Example

White with #899B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899B8D; }

 p { color: rgb(137,155,141); }

 H1.HeaderClassName
 {
   color: #899B8D;
 }
 .AnyTagClassName
 {
   color: #899B8D;
 }
</style>

background-color css

<style>
 a { background-color: #899B8D; }

 a { background-color: rgb(137,155,141); }

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

border-color css

<style>
 span { border-color: #899B8D; }

 span { border-color: rgb(137,155,141); }

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