#836890

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

Shades of Mamba #836890

Tints of Mamba #836890

Color information

#836890 (or 0x836890) is unknown color: approx Mamba. HEX triplet: 83, 68 and 90. RGB value is (131,104,144). Sum of RGB (Red+Green+Blue) = 131+104+144=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 144 - color contains mainly: blue. Hex color #836890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836890 is #7C976F. Grayscale: #747474. Windows color (decimal): -8165232 or 9463939. OLE color: 9463939.

HSL color Cylindrical-coordinate representation of color #836890: hue angle of 280.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #836890 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB131104144-
CMYK0.090.2800.44
HSL280.5º16.13%48.63%-
HSV(B)280.5º27.78%56.47%-
XYZ19.3416.7428.6-
YUV116.63143.45138.25-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.56%
GREEN value IS 104 (41.02% from 255) = 27.44%
BLUE value IS 144 (56.64% from 255) = 37.99%
R=34.56%
G=27.44%
B=37.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311041440.090.2800.44280.516.1348.63
Hex83689091C02C1181031
Octal20315022011340544302061
Binary10000011110100010010000100111100010110010001100010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836890; }

 p { color: rgb(131,104,144); }

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

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

 a { background-color: rgb(131,104,144); }

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

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

 span { border-color: rgb(131,104,144); }

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