Html Css Color HEX #839985 Envy

📋 copy color: '#839985'

red 131 ◦ green 153 ◦ blue 133

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

Shades of Envy #839985

Tints of Envy #839985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.89%

R = 31.41%
G = 36.69%
B = 31.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#839985 (or 0x839985) is known color: Envy. HEX triplet: 83, 99 and 85. RGB value is (131,153,133). Sum of RGB (Red+Green+Blue) = 131+153+133=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 153 - color contains mainly: green. Hex color #839985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839985 is #7C667A. Grayscale: #909090. Windows color (decimal): -8152699 or 8755587. OLE color: 8755587.

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

Color convert

RGB 131 153 133 -
CMYK 0.14 0 0.13 0.4
HSL 125.45º 0.1% 0.56% -
HSV(B) 125.45º 0.14% 0.6% -
XYZ 24.98 29.3 26.53 -
YUV 144.14 121.71 118.63 -
System Red Green Blue C M Y K H S L
Decimal 131 153 133 0.14 0 0.13 0.4 125.45 0.1 0.56
Hex 83 99 85 E 0 D 28 7D A 38
Octal 203 231 205 16 0 15 50 175 12 70
Binary 10000011 10011001 10000101 1110 0 1101 101000 1111101 1010 111000

Color Harmonies of #839985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839985

Black with #839985

Text Example


Text Example

White with #839985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839985; }

 p { color: rgb(131,153,133); }

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

background-color css

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

 a { background-color: rgb(131,153,133); }

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

border-color css

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

 span { border-color: rgb(131,153,133); }

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