Html Css Color HEX #89948D Envy

📋 copy color: '#89948D'

red 137 ◦ green 148 ◦ blue 141

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

Shades of Envy #89948D

Tints of Envy #89948D

RGB

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

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

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

R = 32.16%
G = 34.74%
B = 33.1%

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

#89948D (or 0x89948D) is known color: Envy. HEX triplet: 89, 94 and 8D. RGB value is (137,148,141). Sum of RGB (Red+Green+Blue) = 137+148+141=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 148 - color contains mainly: green. Hex color #89948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89948D is #766B72. Grayscale: #8F8F8F. Windows color (decimal): -7760755 or 9278601. OLE color: 9278601.

HSL color Cylindrical-coordinate representation of color #89948D: hue angle of 141.82º 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 #89948D is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 148 141 -
CMYK 0.07 0 0.05 0.42
HSL 141.82º 0.05% 0.56% -
HSV(B) 141.82º 0.07% 0.58% -
XYZ 25.71 28.42 29.33 -
YUV 143.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 137 148 141 0.07 0 0.05 0.42 141.82 0.05 0.56
Hex 89 94 8D 7 0 5 2A 8E 5 38
Octal 211 224 215 7 0 5 52 216 5 70
Binary 10001001 10010100 10001101 111 0 101 101010 10001110 101 111000

Color Harmonies of #89948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89948D

Black with #89948D

Text Example


Text Example

White with #89948D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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