Html Css Color HEX #846C90 Mamba

📋 copy color: '#846C90'

red 132 ◦ green 108 ◦ blue 144

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

Shades of Mamba #846C90

Tints of Mamba #846C90

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.13%

 BLUE value IS 144 (56.64% from 255) = 37.5%

R = 34.38%
G = 28.13%
B = 37.5%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#846C90 (or 0x846C90) is known color: Mamba. HEX triplet: 84, 6C and 90. RGB value is (132,108,144). Sum of RGB (Red+Green+Blue) = 132+108+144=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 144 - color contains mainly: blue. Hex color #846C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846C90 is #7B936F. Grayscale: #777777. Windows color (decimal): -8098672 or 9464964. OLE color: 9464964.

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

Color convert

RGB 132 108 144 -
CMYK 0.08 0.25 0 0.44
HSL 280º 0.14% 0.49% -
HSV(B) 280º 0.25% 0.56% -
XYZ 19.91 17.64 28.74 -
YUV 119.28 141.95 137.07 -
System Red Green Blue C M Y K H S L
Decimal 132 108 144 0.08 0.25 0 0.44 280 0.14 0.49
Hex 84 6C 90 8 19 0 2C 118 E 31
Octal 204 154 220 10 31 0 54 430 16 61
Binary 10000100 1101100 10010000 1000 11001 0 101100 100011000 1110 110001

Color Harmonies of #846C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846C90

Black with #846C90

Text Example


Text Example

White with #846C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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