Html Css Color HEX #829789 Envy

📋 copy color: '#829789'

red 130 ◦ green 151 ◦ blue 137

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

Shades of Envy #829789

Tints of Envy #829789

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.12%

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

R = 31.1%
G = 36.12%
B = 32.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#829789 (or 0x829789) is known color: Envy. HEX triplet: 82, 97 and 89. RGB value is (130,151,137). Sum of RGB (Red+Green+Blue) = 130+151+137=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 151 - color contains mainly: green. Hex color #829789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829789 is #7D6876. Grayscale: #8F8F8F. Windows color (decimal): -8218743 or 9017218. OLE color: 9017218.

HSL color Cylindrical-coordinate representation of color #829789: hue angle of 140º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #829789 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 151 137 -
CMYK 0.14 0 0.09 0.41
HSL 140º 0.09% 0.55% -
HSV(B) 140º 0.14% 0.59% -
XYZ 24.79 28.69 27.9 -
YUV 143.13 124.54 118.64 -
System Red Green Blue C M Y K H S L
Decimal 130 151 137 0.14 0 0.09 0.41 140 0.09 0.55
Hex 82 97 89 E 0 9 29 8C 9 37
Octal 202 227 211 16 0 11 51 214 11 67
Binary 10000010 10010111 10001001 1110 0 1001 101001 10001100 1001 110111

Color Harmonies of #829789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829789

Black with #829789

Text Example


Text Example

White with #829789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829789; }

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

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

background-color css

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

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

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

border-color css

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

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

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