Html Css Color HEX #807586 Mamba

📋 copy color: '#807586'

red 128 ◦ green 117 ◦ blue 134

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

Shades of Mamba #807586

Tints of Mamba #807586

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.87%

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

R = 33.77%
G = 30.87%
B = 35.36%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#807586 (or 0x807586) is known color: Mamba. HEX triplet: 80, 75 and 86. RGB value is (128,117,134). Sum of RGB (Red+Green+Blue) = 128+117+134=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 134 - color contains mainly: blue. Hex color #807586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807586 is #7F8A79. Grayscale: #7A7A7A. Windows color (decimal): -8358522 or 8811904. OLE color: 8811904.

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

Color convert

RGB 128 117 134 -
CMYK 0.04 0.13 0 0.47
HSL 278.82º 0.07% 0.49% -
HSV(B) 278.82º 0.13% 0.53% -
XYZ 19.57 19.03 25.2 -
YUV 122.23 134.64 132.12 -
System Red Green Blue C M Y K H S L
Decimal 128 117 134 0.04 0.13 0 0.47 278.82 0.07 0.49
Hex 80 75 86 4 D 0 2F 117 7 31
Octal 200 165 206 4 15 0 57 427 7 61
Binary 10000000 1110101 10000110 100 1101 0 101111 100010111 111 110001

Color Harmonies of #807586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807586

Black with #807586

Text Example


Text Example

White with #807586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807586; }

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

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

background-color css

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

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

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

border-color css

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

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

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