Html Css Color HEX #837488 Mamba

📋 copy color: '#837488'

red 131 ◦ green 116 ◦ blue 136

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

Shades of Mamba #837488

Tints of Mamba #837488

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.29%

 BLUE value IS 136 (53.52% from 255) = 35.51%

R = 34.2%
G = 30.29%
B = 35.51%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#837488 (or 0x837488) is known color: Mamba. HEX triplet: 83, 74 and 88. RGB value is (131,116,136). Sum of RGB (Red+Green+Blue) = 131+116+136=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 136 - color contains mainly: blue. Hex color #837488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837488 is #7C8B77. Grayscale: #7A7A7A. Windows color (decimal): -8162168 or 8942723. OLE color: 8942723.

HSL color Cylindrical-coordinate representation of color #837488: hue angle of 285º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #837488 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 116 136 -
CMYK 0.04 0.15 0 0.47
HSL 285º 0.08% 0.49% -
HSV(B) 285º 0.15% 0.53% -
XYZ 20.05 19.09 25.92 -
YUV 122.77 135.47 133.87 -
System Red Green Blue C M Y K H S L
Decimal 131 116 136 0.04 0.15 0 0.47 285 0.08 0.49
Hex 83 74 88 4 F 0 2F 11D 8 31
Octal 203 164 210 4 17 0 57 435 10 61
Binary 10000011 1110100 10001000 100 1111 0 101111 100011101 1000 110001

Color Harmonies of #837488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837488

Black with #837488

Text Example


Text Example

White with #837488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837488; }

 p { color: rgb(131,116,136); }

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

background-color css

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

 a { background-color: rgb(131,116,136); }

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

border-color css

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

 span { border-color: rgb(131,116,136); }

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