Html Css Color HEX #836790 Mamba

📋 copy color: '#836790'

red 131 ◦ green 103 ◦ blue 144

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

Shades of Mamba #836790

Tints of Mamba #836790

RGB

 RED value IS 131 (51.56% from 255) = 34.66%

 GREEN value IS 103 (40.63% from 255) = 27.25%

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

R = 34.66%
G = 27.25%
B = 38.1%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#836790 (or 0x836790) is known color: Mamba. HEX triplet: 83, 67 and 90. RGB value is (131,103,144). Sum of RGB (Red+Green+Blue) = 131+103+144=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 144 - color contains mainly: blue. Hex color #836790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836790 is #7C986F. Grayscale: #737373. Windows color (decimal): -8165488 or 9463683. OLE color: 9463683.

HSL color Cylindrical-coordinate representation of color #836790: hue angle of 280.98º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #836790 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 103 144 -
CMYK 0.09 0.28 0 0.44
HSL 280.98º 0.17% 0.48% -
HSV(B) 280.98º 0.28% 0.56% -
XYZ 19.24 16.54 28.56 -
YUV 116.05 143.78 138.67 -
System Red Green Blue C M Y K H S L
Decimal 131 103 144 0.09 0.28 0 0.44 280.98 0.17 0.48
Hex 83 67 90 9 1C 0 2C 119 11 30
Octal 203 147 220 11 34 0 54 431 21 60
Binary 10000011 1100111 10010000 1001 11100 0 101100 100011001 10001 110000

Color Harmonies of #836790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836790

Black with #836790

Text Example


Text Example

White with #836790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836790; }

 p { color: rgb(131,103,144); }

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

background-color css

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

 a { background-color: rgb(131,103,144); }

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

border-color css

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

 span { border-color: rgb(131,103,144); }

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