#846790

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

Shades of Mamba #846790

Tints of Mamba #846790

Color information

#846790 (or 0x846790) is unknown color: approx Mamba. HEX triplet: 84, 67 and 90. RGB value is (132,103,144). Sum of RGB (Red+Green+Blue) = 132+103+144=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 103 (40.62% from 255 or 27.18% 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 #846790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846790 is #7B986F. Grayscale: #747474. Windows color (decimal): -8099952 or 9463684. OLE color: 9463684.

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

Color convert

RGB132103144-
CMYK0.080.2800.44
HSL282.44º16.6%48.43%-
HSV(B)282.44º28.47%56.47%-
XYZ19.416.6228.57-
YUV116.34143.61139.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.83%
GREEN value IS 103 (40.62% from 255) = 27.18%
BLUE value IS 144 (56.64% from 255) = 37.99%
R=34.83%
G=27.18%
B=37.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321031440.080.2800.44282.4416.648.43
Hex84679081C02C11a1130
Octal20414722010340544322160
Binary10000100110011110010000100011100010110010001101010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846790; }

 p { color: rgb(132,103,144); }

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

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

 a { background-color: rgb(132,103,144); }

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

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

 span { border-color: rgb(132,103,144); }

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