Html Css Color HEX #839288 Envy

📋 copy color: '#839288'

red 131 ◦ green 146 ◦ blue 136

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

Shades of Envy #839288

Tints of Envy #839288

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.35%

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

R = 31.72%
G = 35.35%
B = 32.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#839288 (or 0x839288) is known color: Envy. HEX triplet: 83, 92 and 88. RGB value is (131,146,136). Sum of RGB (Red+Green+Blue) = 131+146+136=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 146 - color contains mainly: green. Hex color #839288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839288 is #7C6D77. Grayscale: #8C8C8C. Windows color (decimal): -8154488 or 8950403. OLE color: 8950403.

HSL color Cylindrical-coordinate representation of color #839288: hue angle of 140º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #839288 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 146 136 -
CMYK 0.10 0 0.07 0.43
HSL 140º 0.06% 0.54% -
HSV(B) 140º 0.1% 0.57% -
XYZ 24.08 27.16 27.27 -
YUV 140.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 131 146 136 0.10 0 0.07 0.43 140 0.06 0.54
Hex 83 92 88 A 0 7 2B 8C 6 36
Octal 203 222 210 12 0 7 53 214 6 66
Binary 10000011 10010010 10001000 1010 0 111 101011 10001100 110 110110

Color Harmonies of #839288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839288

Black with #839288

Text Example


Text Example

White with #839288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839288; }

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

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

background-color css

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

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

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

border-color css

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

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

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