Html Css Color HEX #839387 Envy

📋 copy color: '#839387'

red 131 ◦ green 147 ◦ blue 135

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

Shades of Envy #839387

Tints of Envy #839387

RGB

 RED value IS 131 (51.56% from 255) = 31.72%

 GREEN value IS 147 (57.81% from 255) = 35.59%

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

R = 31.72%
G = 35.59%
B = 32.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#839387 (or 0x839387) is known color: Envy. HEX triplet: 83, 93 and 87. RGB value is (131,147,135). Sum of RGB (Red+Green+Blue) = 131+147+135=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 147 - color contains mainly: green. Hex color #839387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839387 is #7C6C78. Grayscale: #8C8C8C. Windows color (decimal): -8154233 or 8885123. OLE color: 8885123.

HSL color Cylindrical-coordinate representation of color #839387: hue angle of 135º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #839387 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 147 135 -
CMYK 0.11 0 0.08 0.42
HSL 135º 0.07% 0.55% -
HSV(B) 135º 0.11% 0.58% -
XYZ 24.17 27.44 26.94 -
YUV 140.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 131 147 135 0.11 0 0.08 0.42 135 0.07 0.55
Hex 83 93 87 B 0 8 2A 87 7 37
Octal 203 223 207 13 0 10 52 207 7 67
Binary 10000011 10010011 10000111 1011 0 1000 101010 10000111 111 110111

Color Harmonies of #839387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839387

Black with #839387

Text Example


Text Example

White with #839387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839387; }

 p { color: rgb(131,147,135); }

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

background-color css

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

 a { background-color: rgb(131,147,135); }

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

border-color css

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

 span { border-color: rgb(131,147,135); }

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