#846F8E

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

Shades of Mamba #846F8E

Tints of Mamba #846F8E

Color information

#846F8E (or 0x846F8E) is unknown color: approx Mamba. HEX triplet: 84, 6F and 8E. RGB value is (132,111,142). Sum of RGB (Red+Green+Blue) = 132+111+142=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 142 - color contains mainly: blue. Hex color #846F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846F8E is #7B9071. Grayscale: #787878. Windows color (decimal): -8097906 or 9334660. OLE color: 9334660.

HSL color Cylindrical-coordinate representation of color #846F8E: hue angle of 280.65º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #846F8E is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB132111142-
CMYK0.070.2200.44
HSL280.65º12.25%49.61%-
HSV(B)280.65º21.83%55.69%-
XYZ20.0818.2328.05-
YUV120.81139.96135.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.29%
GREEN value IS 111 (43.75% from 255) = 28.83%
BLUE value IS 142 (55.86% from 255) = 36.88%
R=34.29%
G=28.83%
B=36.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321111420.070.2200.44280.6512.2549.61
Hex846F8E71602C119c32
Octal2041572167260544311462
Binary100001001101111100011101111011001011001000110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846F8E; }

 p { color: rgb(132,111,142); }

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

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

 a { background-color: rgb(132,111,142); }

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

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

 span { border-color: rgb(132,111,142); }

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