#818B82

Color #818B82 Stack (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stack #818B82

Tints of Stack #818B82

Color information

#818B82 (or 0x818B82) is unknown color: approx Stack. HEX triplet: 81, 8B and 82. RGB value is (129,139,130). Sum of RGB (Red+Green+Blue) = 129+139+130=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 139 - color contains mainly: green. Hex color #818B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818B82 is #7E747D. Grayscale: #878787. Windows color (decimal): -8287358 or 8555393. OLE color: 8555393.

HSL color Cylindrical-coordinate representation of color #818B82: hue angle of 126º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #818B82 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB129139130-
CMYK0.0700.060.45
HSL126º4.13%52.55%-
HSV(B)126º7.19%54.51%-
XYZ22.3224.7424.72-
YUV134.98125.19123.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.41%
GREEN value IS 139 (54.69% from 255) = 34.92%
BLUE value IS 130 (51.17% from 255) = 32.66%
R=32.41%
G=34.92%
B=32.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291391300.0700.060.451264.1352.55
Hex818B827062D7e435
Octal20121320270655176465
Binary10000001100010111000001011101101011011111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818B82; }

 p { color: rgb(129,139,130); }

 H1.HeaderClassName
 {
   color: #818B82;
 }
 .AnyTagClassName
 {
   color: #818B82;
 }
</style>
background-color css

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

 a { background-color: rgb(129,139,130); }

 div.DivClassName
 {
   background-color: #818B82;
 }
 .BgClassName
 {
   background-color: #818B82;
 }
</style>
border-color css

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

 span { border-color: rgb(129,139,130); }

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