Html Css Color HEX #829D8B Envy

📋 copy color: '#829D8B'

red 130 ◦ green 157 ◦ blue 139

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

Shades of Envy #829D8B

Tints of Envy #829D8B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.85%

 BLUE value IS 139 (54.69% from 255) = 32.63%

R = 30.52%
G = 36.85%
B = 32.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#829D8B (or 0x829D8B) is known color: Envy. HEX triplet: 82, 9D and 8B. RGB value is (130,157,139). Sum of RGB (Red+Green+Blue) = 130+157+139=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 157 - color contains mainly: green. Hex color #829D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829D8B is #7D6274. Grayscale: #929292. Windows color (decimal): -8217205 or 9149826. OLE color: 9149826.

HSL color Cylindrical-coordinate representation of color #829D8B: hue angle of 140º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #829D8B is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 157 139 -
CMYK 0.17 0 0.11 0.38
HSL 140º 0.12% 0.56% -
HSV(B) 140º 0.17% 0.62% -
XYZ 25.92 30.72 28.99 -
YUV 146.88 123.55 115.96 -
System Red Green Blue C M Y K H S L
Decimal 130 157 139 0.17 0 0.11 0.38 140 0.12 0.56
Hex 82 9D 8B 11 0 B 26 8C C 38
Octal 202 235 213 21 0 13 46 214 14 70
Binary 10000010 10011101 10001011 10001 0 1011 100110 10001100 1100 111000

Color Harmonies of #829D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829D8B

Black with #829D8B

Text Example


Text Example

White with #829D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,157,139); }

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

background-color css

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

 a { background-color: rgb(130,157,139); }

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

border-color css

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

 span { border-color: rgb(130,157,139); }

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