Html Css Color HEX #839981 Stack

📋 copy color: '#839981'

red 131 ◦ green 153 ◦ blue 129

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

Shades of Stack #839981

Tints of Stack #839981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.23%

R = 31.72%
G = 37.05%
B = 31.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#839981 (or 0x839981) is known color: Stack. HEX triplet: 83, 99 and 81. RGB value is (131,153,129). Sum of RGB (Red+Green+Blue) = 131+153+129=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 153 - color contains mainly: green. Hex color #839981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839981 is #7C667E. Grayscale: #8F8F8F. Windows color (decimal): -8152703 or 8493443. OLE color: 8493443.

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

Color convert

RGB 131 153 129 -
CMYK 0.14 0 0.16 0.4
HSL 115º 0.11% 0.55% -
HSV(B) 115º 0.16% 0.6% -
XYZ 24.71 29.19 25.1 -
YUV 143.69 119.71 118.95 -
System Red Green Blue C M Y K H S L
Decimal 131 153 129 0.14 0 0.16 0.4 115 0.11 0.55
Hex 83 99 81 E 0 10 28 73 B 37
Octal 203 231 201 16 0 20 50 163 13 67
Binary 10000011 10011001 10000001 1110 0 10000 101000 1110011 1011 110111

Color Harmonies of #839981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839981

Black with #839981

Text Example


Text Example

White with #839981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839981; }

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

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

background-color css

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

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

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

border-color css

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

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

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