Html Css Color HEX #846491 Mamba

📋 copy color: '#846491'

red 132 ◦ green 100 ◦ blue 145

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

Shades of Mamba #846491

Tints of Mamba #846491

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.53%

 BLUE value IS 145 (57.03% from 255) = 38.46%

R = 35.01%
G = 26.53%
B = 38.46%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#846491 (or 0x846491) is known color: Mamba. HEX triplet: 84, 64 and 91. RGB value is (132,100,145). Sum of RGB (Red+Green+Blue) = 132+100+145=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 145 - color contains mainly: blue. Hex color #846491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846491 is #7B9B6E. Grayscale: #727272. Windows color (decimal): -8100719 or 9528452. OLE color: 9528452.

HSL color Cylindrical-coordinate representation of color #846491: hue angle of 282.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #846491 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 100 145 -
CMYK 0.09 0.31 0 0.43
HSL 282.67º 0.18% 0.48% -
HSV(B) 282.67º 0.31% 0.57% -
XYZ 19.18 16.06 28.88 -
YUV 114.7 145.1 140.34 -
System Red Green Blue C M Y K H S L
Decimal 132 100 145 0.09 0.31 0 0.43 282.67 0.18 0.48
Hex 84 64 91 9 1F 0 2B 11B 12 30
Octal 204 144 221 11 37 0 53 433 22 60
Binary 10000100 1100100 10010001 1001 11111 0 101011 100011011 10010 110000

Color Harmonies of #846491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846491

Black with #846491

Text Example


Text Example

White with #846491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846491; }

 p { color: rgb(132,100,145); }

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

background-color css

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

 a { background-color: rgb(132,100,145); }

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

border-color css

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

 span { border-color: rgb(132,100,145); }

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