Html Css Color HEX #829F89 Envy

📋 copy color: '#829F89'

red 130 ◦ green 159 ◦ blue 137

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

Shades of Envy #829F89

Tints of Envy #829F89

RGB

 RED value IS 130 (51.17% from 255) = 30.52%

 GREEN value IS 159 (62.5% from 255) = 37.32%

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

R = 30.52%
G = 37.32%
B = 32.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#829F89 (or 0x829F89) is known color: Envy. HEX triplet: 82, 9F and 89. RGB value is (130,159,137). Sum of RGB (Red+Green+Blue) = 130+159+137=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 159 - color contains mainly: green. Hex color #829F89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829F89 is #7D6076. Grayscale: #939393. Windows color (decimal): -8216695 or 9019266. OLE color: 9019266.

HSL color Cylindrical-coordinate representation of color #829F89: hue angle of 134.48º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #829F89 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 159 137 -
CMYK 0.18 0 0.14 0.38
HSL 134.48º 0.13% 0.57% -
HSV(B) 134.48º 0.18% 0.62% -
XYZ 26.12 31.35 28.34 -
YUV 147.82 121.89 115.29 -
System Red Green Blue C M Y K H S L
Decimal 130 159 137 0.18 0 0.14 0.38 134.48 0.13 0.57
Hex 82 9F 89 12 0 E 26 86 D 39
Octal 202 237 211 22 0 16 46 206 15 71
Binary 10000010 10011111 10001001 10010 0 1110 100110 10000110 1101 111001

Color Harmonies of #829F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829F89

Black with #829F89

Text Example


Text Example

White with #829F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829F89; }

 p { color: rgb(130,159,137); }

 H1.HeaderClassName
 {
   color: #829F89;
 }
 .AnyTagClassName
 {
   color: #829F89;
 }
</style>

background-color css

<style>
 a { background-color: #829F89; }

 a { background-color: rgb(130,159,137); }

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

border-color css

<style>
 span { border-color: #829F89; }

 span { border-color: rgb(130,159,137); }

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