Html Css Color HEX #807386 Mamba

📋 copy color: '#807386'

red 128 ◦ green 115 ◦ blue 134

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

Shades of Mamba #807386

Tints of Mamba #807386

RGB

 RED value IS 128 (50.39% from 255) = 33.95%

 GREEN value IS 115 (45.31% from 255) = 30.5%

 BLUE value IS 134 (52.73% from 255) = 35.54%

R = 33.95%
G = 30.5%
B = 35.54%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#807386 (or 0x807386) is known color: Mamba. HEX triplet: 80, 73 and 86. RGB value is (128,115,134). Sum of RGB (Red+Green+Blue) = 128+115+134=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 134 - color contains mainly: blue. Hex color #807386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807386 is #7F8C79. Grayscale: #787878. Windows color (decimal): -8359034 or 8811392. OLE color: 8811392.

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

Color convert

RGB 128 115 134 -
CMYK 0.04 0.14 0 0.47
HSL 281.05º 0.08% 0.49% -
HSV(B) 281.05º 0.14% 0.53% -
XYZ 19.34 18.57 25.12 -
YUV 121.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 128 115 134 0.04 0.14 0 0.47 281.05 0.08 0.49
Hex 80 73 86 4 E 0 2F 119 8 31
Octal 200 163 206 4 16 0 57 431 10 61
Binary 10000000 1110011 10000110 100 1110 0 101111 100011001 1000 110001

Color Harmonies of #807386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807386

Black with #807386

Text Example


Text Example

White with #807386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807386; }

 p { color: rgb(128,115,134); }

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

background-color css

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

 a { background-color: rgb(128,115,134); }

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

border-color css

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

 span { border-color: rgb(128,115,134); }

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