Html Css Color HEX #89948C Envy

📋 copy color: '#89948C'

red 137 ◦ green 148 ◦ blue 140

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

Shades of Envy #89948C

Tints of Envy #89948C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.82%

 BLUE value IS 140 (55.08% from 255) = 32.94%

R = 32.24%
G = 34.82%
B = 32.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#89948C (or 0x89948C) is known color: Envy. HEX triplet: 89, 94 and 8C. RGB value is (137,148,140). Sum of RGB (Red+Green+Blue) = 137+148+140=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 148 - color contains mainly: green. Hex color #89948C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89948C is #766B73. Grayscale: #8F8F8F. Windows color (decimal): -7760756 or 9213065. OLE color: 9213065.

HSL color Cylindrical-coordinate representation of color #89948C: hue angle of 136.36º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #89948C is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 148 140 -
CMYK 0.07 0 0.05 0.42
HSL 136.36º 0.05% 0.56% -
HSV(B) 136.36º 0.07% 0.58% -
XYZ 25.64 28.39 28.94 -
YUV 143.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 137 148 140 0.07 0 0.05 0.42 136.36 0.05 0.56
Hex 89 94 8C 7 0 5 2A 88 5 38
Octal 211 224 214 7 0 5 52 210 5 70
Binary 10001001 10010100 10001100 111 0 101 101010 10001000 101 111000

Color Harmonies of #89948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89948C

Black with #89948C

Text Example


Text Example

White with #89948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89948C; }

 p { color: rgb(137,148,140); }

 H1.HeaderClassName
 {
   color: #89948C;
 }
 .AnyTagClassName
 {
   color: #89948C;
 }
</style>

background-color css

<style>
 a { background-color: #89948C; }

 a { background-color: rgb(137,148,140); }

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

border-color css

<style>
 span { border-color: #89948C; }

 span { border-color: rgb(137,148,140); }

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