#827086

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

Shades of Mamba #827086

Tints of Mamba #827086

Color information

#827086 (or 0x827086) is unknown color: approx Mamba. HEX triplet: 82, 70 and 86. RGB value is (130,112,134). Sum of RGB (Red+Green+Blue) = 130+112+134=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 134 - color contains mainly: blue. Hex color #827086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827086 is #7D8F79. Grayscale: #777777. Windows color (decimal): -8228730 or 8810626. OLE color: 8810626.

HSL color Cylindrical-coordinate representation of color #827086: hue angle of 289.09º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #827086 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB130112134-
CMYK0.030.1600.47
HSL289.09º8.94%48.24%-
HSV(B)289.09º16.42%52.55%-
XYZ19.318.0625.02-
YUV119.89135.96135.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.57%
GREEN value IS 112 (44.14% from 255) = 29.79%
BLUE value IS 134 (52.73% from 255) = 35.64%
R=34.57%
G=29.79%
B=35.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301121340.030.1600.47289.098.9448.24
Hex82708631002F121930
Octal2021602063200574411160
Binary10000010111000010000110111000001011111001000011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827086; }

 p { color: rgb(130,112,134); }

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

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

 a { background-color: rgb(130,112,134); }

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

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

 span { border-color: rgb(130,112,134); }

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