Html Css Color HEX #817387 Mamba

📋 copy color: '#817387'

red 129 ◦ green 115 ◦ blue 135

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

Shades of Mamba #817387

Tints of Mamba #817387

RGB

 RED value IS 129 (50.78% from 255) = 34.04%

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

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

R = 34.04%
G = 30.34%
B = 35.62%

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

#817387 (or 0x817387) is known color: Mamba. HEX triplet: 81, 73 and 87. RGB value is (129,115,135). Sum of RGB (Red+Green+Blue) = 129+115+135=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 135 - color contains mainly: blue. Hex color #817387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817387 is #7E8C78. Grayscale: #797979. Windows color (decimal): -8293497 or 8876929. OLE color: 8876929.

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

Color convert

RGB 129 115 135 -
CMYK 0.04 0.15 0 0.47
HSL 282º 0.08% 0.49% -
HSV(B) 282º 0.15% 0.53% -
XYZ 19.56 18.68 25.5 -
YUV 121.47 135.64 133.37 -
System Red Green Blue C M Y K H S L
Decimal 129 115 135 0.04 0.15 0 0.47 282 0.08 0.49
Hex 81 73 87 4 F 0 2F 11A 8 31
Octal 201 163 207 4 17 0 57 432 10 61
Binary 10000001 1110011 10000111 100 1111 0 101111 100011010 1000 110001

Color Harmonies of #817387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817387

Black with #817387

Text Example


Text Example

White with #817387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817387; }

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

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

background-color css

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

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

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

border-color css

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

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

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