Html Css Color HEX #807387 Mamba

📋 copy color: '#807387'

red 128 ◦ green 115 ◦ blue 135

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

Shades of Mamba #807387

Tints of Mamba #807387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 35.71%

R = 33.86%
G = 30.42%
B = 35.71%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#807387 (or 0x807387) is known color: Mamba. HEX triplet: 80, 73 and 87. RGB value is (128,115,135). Sum of RGB (Red+Green+Blue) = 128+115+135=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 135 (53.12% from 255 or 35.71% from 378); Max value from RGB is 135 - color contains mainly: blue. Hex color #807387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807387 is #7F8C78. Grayscale: #797979. Windows color (decimal): -8359033 or 8876928. OLE color: 8876928.

HSL color Cylindrical-coordinate representation of color #807387: hue angle of 279º 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 #807387 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 115 135 -
CMYK 0.05 0.15 0 0.47
HSL 279º 0.08% 0.49% -
HSV(B) 279º 0.15% 0.53% -
XYZ 19.41 18.6 25.49 -
YUV 121.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 128 115 135 0.05 0.15 0 0.47 279 0.08 0.49
Hex 80 73 87 5 F 0 2F 117 8 31
Octal 200 163 207 5 17 0 57 427 10 61
Binary 10000000 1110011 10000111 101 1111 0 101111 100010111 1000 110001

Color Harmonies of #807387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807387

Black with #807387

Text Example


Text Example

White with #807387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807387; }

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

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

background-color css

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

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

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

border-color css

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

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

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