#826D8B

Color #826D8B Mamba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mamba #826D8B

Tints of Mamba #826D8B

Color information

#826D8B (or 0x826D8B) is unknown color: approx Mamba. HEX triplet: 82, 6D and 8B. RGB value is (130,109,139). Sum of RGB (Red+Green+Blue) = 130+109+139=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 139 - color contains mainly: blue. Hex color #826D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826D8B is #7D9274. Grayscale: #767676. Windows color (decimal): -8229493 or 9137538. OLE color: 9137538.

HSL color Cylindrical-coordinate representation of color #826D8B: hue angle of 282º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #826D8B is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB130109139-
CMYK0.060.2200.45
HSL282º12.1%48.63%-
HSV(B)282º21.58%54.51%-
XYZ19.3317.5526.79-
YUV118.7139.46136.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.39%
GREEN value IS 109 (42.97% from 255) = 28.84%
BLUE value IS 139 (54.69% from 255) = 36.77%
R=34.39%
G=28.84%
B=36.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301091390.060.2200.4528212.148.63
Hex826D8B61602D11ac31
Octal2021552136260554321461
Binary100000101101101100010111101011001011011000110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826D8B; }

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

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

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

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

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

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

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

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