Html Css Color HEX #839D8C Envy

📋 copy color: '#839D8C'

red 131 ◦ green 157 ◦ blue 140

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

Shades of Envy #839D8C

Tints of Envy #839D8C

RGB

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

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

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

R = 30.61%
G = 36.68%
B = 32.71%

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

#839D8C (or 0x839D8C) is known color: Envy. HEX triplet: 83, 9D and 8C. RGB value is (131,157,140). Sum of RGB (Red+Green+Blue) = 131+157+140=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 157 - color contains mainly: green. Hex color #839D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839D8C is #7C6273. Grayscale: #939393. Windows color (decimal): -8151668 or 9215363. OLE color: 9215363.

HSL color Cylindrical-coordinate representation of color #839D8C: hue angle of 140.77º 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 #839D8C is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 157 140 -
CMYK 0.17 0 0.11 0.38
HSL 140.77º 0.12% 0.56% -
HSV(B) 140.77º 0.17% 0.62% -
XYZ 26.15 30.83 29.38 -
YUV 147.29 123.89 116.38 -
System Red Green Blue C M Y K H S L
Decimal 131 157 140 0.17 0 0.11 0.38 140.77 0.12 0.56
Hex 83 9D 8C 11 0 B 26 8D C 38
Octal 203 235 214 21 0 13 46 215 14 70
Binary 10000011 10011101 10001100 10001 0 1011 100110 10001101 1100 111000

Color Harmonies of #839D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839D8C

Black with #839D8C

Text Example


Text Example

White with #839D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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