#846990

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

Shades of Mamba #846990

Tints of Mamba #846990

Color information

#846990 (or 0x846990) is unknown color: approx Mamba. HEX triplet: 84, 69 and 90. RGB value is (132,105,144). Sum of RGB (Red+Green+Blue) = 132+105+144=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 144 - color contains mainly: blue. Hex color #846990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846990 is #7B966F. Grayscale: #757575. Windows color (decimal): -8099440 or 9464196. OLE color: 9464196.

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

Color convert

RGB132105144-
CMYK0.080.2700.44
HSL281.54º15.66%48.82%-
HSV(B)281.54º27.08%56.47%-
XYZ19.617.0228.64-
YUV117.52142.95138.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.65%
GREEN value IS 105 (41.41% from 255) = 27.56%
BLUE value IS 144 (56.64% from 255) = 37.80%
R=34.65%
G=27.56%
B=37.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321051440.080.2700.44281.5415.6648.82
Hex84699081B02C11a1031
Octal20415122010330544322061
Binary10000100110100110010000100011011010110010001101010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846990; }

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

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

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

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

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

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

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

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