Html Css Color HEX #846D8A Mamba

📋 copy color: '#846D8A'

red 132 ◦ green 109 ◦ blue 138

#846D8A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mamba #846D8A

Tints of Mamba #846D8A

RGB

 RED value IS 132 (51.95% from 255) = 34.83%

 GREEN value IS 109 (42.97% from 255) = 28.76%

 BLUE value IS 138 (54.3% from 255) = 36.41%

R = 34.83%
G = 28.76%
B = 36.41%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#846D8A (or 0x846D8A) is known color: Mamba. HEX triplet: 84, 6D and 8A. RGB value is (132,109,138). Sum of RGB (Red+Green+Blue) = 132+109+138=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 138 - color contains mainly: blue. Hex color #846D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846D8A is #7B9275. Grayscale: #777777. Windows color (decimal): -8098422 or 9072004. OLE color: 9072004.

HSL color Cylindrical-coordinate representation of color #846D8A: hue angle of 287.59º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #846D8A is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 132 109 138 -
CMYK 0.04 0.21 0 0.46
HSL 287.59º 0.12% 0.48% -
HSV(B) 287.59º 0.21% 0.54% -
XYZ 19.57 17.68 26.43 -
YUV 119.18 138.62 137.14 -
System Red Green Blue C M Y K H S L
Decimal 132 109 138 0.04 0.21 0 0.46 287.59 0.12 0.48
Hex 84 6D 8A 4 15 0 2E 120 C 30
Octal 204 155 212 4 25 0 56 440 14 60
Binary 10000100 1101101 10001010 100 10101 0 101110 100100000 1100 110000

Color Harmonies of #846D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846D8A

Black with #846D8A

Text Example


Text Example

White with #846D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,109,138); }

 H1.HeaderClassName
 {
   color: #846D8A;
 }
 .AnyTagClassName
 {
   color: #846D8A;
 }
</style>

background-color css

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

 a { background-color: rgb(132,109,138); }

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

border-color css

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

 span { border-color: rgb(132,109,138); }

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