#836A8E

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

Shades of Mamba #836A8E

Tints of Mamba #836A8E

Color information

#836A8E (or 0x836A8E) is unknown color: approx Mamba. HEX triplet: 83, 6A and 8E. RGB value is (131,106,142). Sum of RGB (Red+Green+Blue) = 131+106+142=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 142 - color contains mainly: blue. Hex color #836A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836A8E is #7C9571. Grayscale: #757575. Windows color (decimal): -8164722 or 9333379. OLE color: 9333379.

HSL color Cylindrical-coordinate representation of color #836A8E: hue angle of 281.67º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #836A8E is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB131106142-
CMYK0.080.2500.44
HSL281.67º14.52%48.63%-
HSV(B)281.67º25.35%55.69%-
XYZ19.417.0927.87-
YUV117.58141.78137.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.56%
GREEN value IS 106 (41.80% from 255) = 27.97%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=34.56%
G=27.97%
B=37.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311061420.080.2500.44281.6714.5248.63
Hex836A8E81902C11af31
Octal20315221610310544321761
Binary1000001111010101000111010001100101011001000110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836A8E; }

 p { color: rgb(131,106,142); }

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

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

 a { background-color: rgb(131,106,142); }

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

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

 span { border-color: rgb(131,106,142); }

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