Html Css Color HEX #817085 Mamba

📋 copy color: '#817085'

red 129 ◦ green 112 ◦ blue 133

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

Shades of Mamba #817085

Tints of Mamba #817085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.95%

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

R = 34.49%
G = 29.95%
B = 35.56%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#817085 (or 0x817085) is known color: Mamba. HEX triplet: 81, 70 and 85. RGB value is (129,112,133). Sum of RGB (Red+Green+Blue) = 129+112+133=374 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.49% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 133 - color contains mainly: blue. Hex color #817085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817085 is #7E8F7A. Grayscale: #777777. Windows color (decimal): -8294267 or 8745089. OLE color: 8745089.

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

Color convert

RGB 129 112 133 -
CMYK 0.03 0.16 0 0.48
HSL 288.57º 0.09% 0.48% -
HSV(B) 288.57º 0.16% 0.52% -
XYZ 19.08 17.95 24.65 -
YUV 119.48 135.63 134.79 -
System Red Green Blue C M Y K H S L
Decimal 129 112 133 0.03 0.16 0 0.48 288.57 0.09 0.48
Hex 81 70 85 3 10 0 30 121 9 30
Octal 201 160 205 3 20 0 60 441 11 60
Binary 10000001 1110000 10000101 11 10000 0 110000 100100001 1001 110000

Color Harmonies of #817085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817085

Black with #817085

Text Example


Text Example

White with #817085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817085; }

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

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

background-color css

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

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

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

border-color css

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

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

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