Html Css Color HEX #839988 Envy

📋 copy color: '#839988'

red 131 ◦ green 153 ◦ blue 136

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

Shades of Envy #839988

Tints of Envy #839988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.38%

R = 31.19%
G = 36.43%
B = 32.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#839988 (or 0x839988) is known color: Envy. HEX triplet: 83, 99 and 88. RGB value is (131,153,136). Sum of RGB (Red+Green+Blue) = 131+153+136=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 153 - color contains mainly: green. Hex color #839988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839988 is #7C6677. Grayscale: #909090. Windows color (decimal): -8152696 or 8952195. OLE color: 8952195.

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

Color convert

RGB 131 153 136 -
CMYK 0.14 0 0.11 0.4
HSL 133.64º 0.1% 0.56% -
HSV(B) 133.64º 0.14% 0.6% -
XYZ 25.2 29.39 27.64 -
YUV 144.48 123.21 118.38 -
System Red Green Blue C M Y K H S L
Decimal 131 153 136 0.14 0 0.11 0.4 133.64 0.1 0.56
Hex 83 99 88 E 0 B 28 86 A 38
Octal 203 231 210 16 0 13 50 206 12 70
Binary 10000011 10011001 10001000 1110 0 1011 101000 10000110 1010 111000

Color Harmonies of #839988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839988

Black with #839988

Text Example


Text Example

White with #839988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839988; }

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

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

background-color css

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

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

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

border-color css

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

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

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