#826989

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

Shades of Mamba #826989

Tints of Mamba #826989

Color information

#826989 (or 0x826989) is unknown color: approx Mamba. HEX triplet: 82, 69 and 89. RGB value is (130,105,137). Sum of RGB (Red+Green+Blue) = 130+105+137=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 137 - color contains mainly: blue. Hex color #826989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826989 is #7D9676. Grayscale: #747474. Windows color (decimal): -8230519 or 9005442. OLE color: 9005442.

HSL color Cylindrical-coordinate representation of color #826989: hue angle of 286.88º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #826989 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB130105137-
CMYK0.050.2300.46
HSL286.88º13.22%47.45%-
HSV(B)286.88º23.36%53.73%-
XYZ18.7716.6625.89-
YUV116.12139.78137.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.95%
GREEN value IS 105 (41.41% from 255) = 28.23%
BLUE value IS 137 (53.91% from 255) = 36.83%
R=34.95%
G=28.23%
B=36.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301051370.050.2300.46286.8813.2247.45
Hex82698951702E11fd2f
Octal2021512115270564371557
Binary100000101101001100010011011011101011101000111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826989; }

 p { color: rgb(130,105,137); }

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

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

 a { background-color: rgb(130,105,137); }

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

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

 span { border-color: rgb(130,105,137); }

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