Html Css Color HEX #829987 Envy

📋 copy color: '#829987'

red 130 ◦ green 153 ◦ blue 135

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

Shades of Envy #829987

Tints of Envy #829987

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.6%

 BLUE value IS 135 (53.13% from 255) = 32.3%

R = 31.1%
G = 36.6%
B = 32.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#829987 (or 0x829987) is known color: Envy. HEX triplet: 82, 99 and 87. RGB value is (130,153,135). Sum of RGB (Red+Green+Blue) = 130+153+135=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 153 - color contains mainly: green. Hex color #829987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829987 is #7D6678. Grayscale: #909090. Windows color (decimal): -8218233 or 8886658. OLE color: 8886658.

HSL color Cylindrical-coordinate representation of color #829987: hue angle of 133.04º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #829987 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 153 135 -
CMYK 0.15 0 0.12 0.4
HSL 133.04º 0.1% 0.55% -
HSV(B) 133.04º 0.15% 0.6% -
XYZ 24.97 29.28 27.26 -
YUV 144.07 122.88 117.96 -
System Red Green Blue C M Y K H S L
Decimal 130 153 135 0.15 0 0.12 0.4 133.04 0.1 0.55
Hex 82 99 87 F 0 C 28 85 A 37
Octal 202 231 207 17 0 14 50 205 12 67
Binary 10000010 10011001 10000111 1111 0 1100 101000 10000101 1010 110111

Color Harmonies of #829987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829987

Black with #829987

Text Example


Text Example

White with #829987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829987; }

 p { color: rgb(130,153,135); }

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

background-color css

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

 a { background-color: rgb(130,153,135); }

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

border-color css

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

 span { border-color: rgb(130,153,135); }

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