Html Css Color HEX #839987 Envy

📋 copy color: '#839987'

red 131 ◦ green 153 ◦ blue 135

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

Shades of Envy #839987

Tints of Envy #839987

RGB

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

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

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

R = 31.26%
G = 36.52%
B = 32.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#839987 (or 0x839987) is known color: Envy. HEX triplet: 83, 99 and 87. RGB value is (131,153,135). Sum of RGB (Red+Green+Blue) = 131+153+135=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 153 - color contains mainly: green. Hex color #839987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839987 is #7C6678. Grayscale: #909090. Windows color (decimal): -8152697 or 8886659. OLE color: 8886659.

HSL color Cylindrical-coordinate representation of color #839987: hue angle of 130.91º 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 #839987 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 153 135 -
CMYK 0.14 0 0.12 0.4
HSL 130.91º 0.1% 0.56% -
HSV(B) 130.91º 0.14% 0.6% -
XYZ 25.12 29.36 27.26 -
YUV 144.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 131 153 135 0.14 0 0.12 0.4 130.91 0.1 0.56
Hex 83 99 87 E 0 C 28 83 A 38
Octal 203 231 207 16 0 14 50 203 12 70
Binary 10000011 10011001 10000111 1110 0 1100 101000 10000011 1010 111000

Color Harmonies of #839987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839987

Black with #839987

Text Example


Text Example

White with #839987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839987; }

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

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

background-color css

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

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

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

border-color css

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

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

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