Html Css Color HEX #836690 Mamba

📋 copy color: '#836690'

red 131 ◦ green 102 ◦ blue 144

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

Shades of Mamba #836690

Tints of Mamba #836690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.06%

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

R = 34.75%
G = 27.06%
B = 38.2%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#836690 (or 0x836690) is known color: Mamba. HEX triplet: 83, 66 and 90. RGB value is (131,102,144). Sum of RGB (Red+Green+Blue) = 131+102+144=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 144 - color contains mainly: blue. Hex color #836690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836690 is #7C996F. Grayscale: #737373. Windows color (decimal): -8165744 or 9463427. OLE color: 9463427.

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

Color convert

RGB 131 102 144 -
CMYK 0.09 0.29 0 0.44
HSL 281.43º 0.17% 0.48% -
HSV(B) 281.43º 0.29% 0.56% -
XYZ 19.15 16.34 28.53 -
YUV 115.46 144.11 139.08 -
System Red Green Blue C M Y K H S L
Decimal 131 102 144 0.09 0.29 0 0.44 281.43 0.17 0.48
Hex 83 66 90 9 1D 0 2C 119 11 30
Octal 203 146 220 11 35 0 54 431 21 60
Binary 10000011 1100110 10010000 1001 11101 0 101100 100011001 10001 110000

Color Harmonies of #836690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836690

Black with #836690

Text Example


Text Example

White with #836690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836690; }

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

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

background-color css

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

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

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

border-color css

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

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

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