Html Css Color HEX #807188 Mamba

📋 copy color: '#807188'

red 128 ◦ green 113 ◦ blue 136

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

Shades of Mamba #807188

Tints of Mamba #807188

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.97%

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

R = 33.95%
G = 29.97%
B = 36.07%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#807188 (or 0x807188) is known color: Mamba. HEX triplet: 80, 71 and 88. RGB value is (128,113,136). Sum of RGB (Red+Green+Blue) = 128+113+136=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 136 - color contains mainly: blue. Hex color #807188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807188 is #7F8E77. Grayscale: #787878. Windows color (decimal): -8359544 or 8941952. OLE color: 8941952.

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

Color convert

RGB 128 113 136 -
CMYK 0.06 0.17 0 0.47
HSL 279.13º 0.09% 0.49% -
HSV(B) 279.13º 0.17% 0.53% -
XYZ 19.25 18.18 25.79 -
YUV 120.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 128 113 136 0.06 0.17 0 0.47 279.13 0.09 0.49
Hex 80 71 88 6 11 0 2F 117 9 31
Octal 200 161 210 6 21 0 57 427 11 61
Binary 10000000 1110001 10001000 110 10001 0 101111 100010111 1001 110001

Color Harmonies of #807188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807188

Black with #807188

Text Example


Text Example

White with #807188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807188; }

 p { color: rgb(128,113,136); }

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

background-color css

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

 a { background-color: rgb(128,113,136); }

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

border-color css

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

 span { border-color: rgb(128,113,136); }

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