Html Css Color HEX #839E8C Envy

📋 copy color: '#839E8C'

red 131 ◦ green 158 ◦ blue 140

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

Shades of Envy #839E8C

Tints of Envy #839E8C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.83%

 BLUE value IS 140 (55.08% from 255) = 32.63%

R = 30.54%
G = 36.83%
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

#839E8C (or 0x839E8C) is known color: Envy. HEX triplet: 83, 9E and 8C. RGB value is (131,158,140). Sum of RGB (Red+Green+Blue) = 131+158+140=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 158 - color contains mainly: green. Hex color #839E8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839E8C is #7C6173. Grayscale: #939393. Windows color (decimal): -8151412 or 9215619. OLE color: 9215619.

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

Color convert

RGB 131 158 140 -
CMYK 0.17 0 0.11 0.38
HSL 140º 0.12% 0.57% -
HSV(B) 140º 0.17% 0.62% -
XYZ 26.32 31.17 29.44 -
YUV 147.88 123.55 115.96 -
System Red Green Blue C M Y K H S L
Decimal 131 158 140 0.17 0 0.11 0.38 140 0.12 0.57
Hex 83 9E 8C 11 0 B 26 8C C 39
Octal 203 236 214 21 0 13 46 214 14 71
Binary 10000011 10011110 10001100 10001 0 1011 100110 10001100 1100 111001

Color Harmonies of #839E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839E8C

Black with #839E8C

Text Example


Text Example

White with #839E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839E8C; }

 p { color: rgb(131,158,140); }

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

background-color css

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

 a { background-color: rgb(131,158,140); }

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

border-color css

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

 span { border-color: rgb(131,158,140); }

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