Html Css Color HEX #839F8C Envy

📋 copy color: '#839F8C'

red 131 ◦ green 159 ◦ blue 140

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

Shades of Envy #839F8C

Tints of Envy #839F8C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.98%

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

R = 30.47%
G = 36.98%
B = 32.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#839F8C (or 0x839F8C) is known color: Envy. HEX triplet: 83, 9F and 8C. RGB value is (131,159,140). Sum of RGB (Red+Green+Blue) = 131+159+140=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 159 - color contains mainly: green. Hex color #839F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839F8C is #7C6073. Grayscale: #949494. Windows color (decimal): -8151156 or 9215875. OLE color: 9215875.

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

Color convert

RGB 131 159 140 -
CMYK 0.18 0 0.12 0.38
HSL 139.29º 0.13% 0.57% -
HSV(B) 139.29º 0.18% 0.62% -
XYZ 26.49 31.52 29.5 -
YUV 148.46 123.22 115.54 -
System Red Green Blue C M Y K H S L
Decimal 131 159 140 0.18 0 0.12 0.38 139.29 0.13 0.57
Hex 83 9F 8C 12 0 C 26 8B D 39
Octal 203 237 214 22 0 14 46 213 15 71
Binary 10000011 10011111 10001100 10010 0 1100 100110 10001011 1101 111001

Color Harmonies of #839F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839F8C

Black with #839F8C

Text Example


Text Example

White with #839F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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