Html Css Color HEX #817386 Mamba

📋 copy color: '#817386'

red 129 ◦ green 115 ◦ blue 134

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

Shades of Mamba #817386

Tints of Mamba #817386

RGB

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

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

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

R = 34.13%
G = 30.42%
B = 35.45%

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

#817386 (or 0x817386) is known color: Mamba. HEX triplet: 81, 73 and 86. RGB value is (129,115,134). Sum of RGB (Red+Green+Blue) = 129+115+134=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 134 - color contains mainly: blue. Hex color #817386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817386 is #7E8C79. Grayscale: #797979. Windows color (decimal): -8293498 or 8811393. OLE color: 8811393.

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

Color convert

RGB 129 115 134 -
CMYK 0.04 0.14 0 0.47
HSL 284.21º 0.08% 0.49% -
HSV(B) 284.21º 0.14% 0.53% -
XYZ 19.49 18.65 25.13 -
YUV 121.35 135.14 133.46 -
System Red Green Blue C M Y K H S L
Decimal 129 115 134 0.04 0.14 0 0.47 284.21 0.08 0.49
Hex 81 73 86 4 E 0 2F 11C 8 31
Octal 201 163 206 4 16 0 57 434 10 61
Binary 10000001 1110011 10000110 100 1110 0 101111 100011100 1000 110001

Color Harmonies of #817386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817386

Black with #817386

Text Example


Text Example

White with #817386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817386; }

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

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

background-color css

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

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

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

border-color css

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

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

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