Html Css Color HEX #817385 Mamba

📋 copy color: '#817385'

red 129 ◦ green 115 ◦ blue 133

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

Shades of Mamba #817385

Tints of Mamba #817385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.28%

R = 34.22%
G = 30.5%
B = 35.28%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#817385 (or 0x817385) is known color: Mamba. HEX triplet: 81, 73 and 85. RGB value is (129,115,133). Sum of RGB (Red+Green+Blue) = 129+115+133=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 133 - color contains mainly: blue. Hex color #817385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817385 is #7E8C7A. Grayscale: #797979. Windows color (decimal): -8293499 or 8745857. OLE color: 8745857.

HSL color Cylindrical-coordinate representation of color #817385: hue angle of 286.67º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #817385 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 129 115 133 -
CMYK 0.03 0.14 0 0.48
HSL 286.67º 0.07% 0.49% -
HSV(B) 286.67º 0.14% 0.52% -
XYZ 19.42 18.62 24.76 -
YUV 121.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 129 115 133 0.03 0.14 0 0.48 286.67 0.07 0.49
Hex 81 73 85 3 E 0 30 11F 7 31
Octal 201 163 205 3 16 0 60 437 7 61
Binary 10000001 1110011 10000101 11 1110 0 110000 100011111 111 110001

Color Harmonies of #817385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817385

Black with #817385

Text Example


Text Example

White with #817385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817385; }

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

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

background-color css

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

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

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

border-color css

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

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

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