Html Css Color HEX #826F87 Mamba

📋 copy color: '#826F87'

red 130 ◦ green 111 ◦ blue 135

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

Shades of Mamba #826F87

Tints of Mamba #826F87

RGB

 RED value IS 130 (51.17% from 255) = 34.57%

 GREEN value IS 111 (43.75% from 255) = 29.52%

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

R = 34.57%
G = 29.52%
B = 35.9%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#826F87 (or 0x826F87) is known color: Mamba. HEX triplet: 82, 6F and 87. RGB value is (130,111,135). Sum of RGB (Red+Green+Blue) = 130+111+135=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 135 - color contains mainly: blue. Hex color #826F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826F87 is #7D9078. Grayscale: #777777. Windows color (decimal): -8228985 or 8875906. OLE color: 8875906.

HSL color Cylindrical-coordinate representation of color #826F87: hue angle of 287.5º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #826F87 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 111 135 -
CMYK 0.04 0.18 0 0.47
HSL 287.5º 0.1% 0.48% -
HSV(B) 287.5º 0.18% 0.53% -
XYZ 19.26 17.86 25.35 -
YUV 119.42 136.79 135.55 -
System Red Green Blue C M Y K H S L
Decimal 130 111 135 0.04 0.18 0 0.47 287.5 0.1 0.48
Hex 82 6F 87 4 12 0 2F 120 A 30
Octal 202 157 207 4 22 0 57 440 12 60
Binary 10000010 1101111 10000111 100 10010 0 101111 100100000 1010 110000

Color Harmonies of #826F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826F87

Black with #826F87

Text Example


Text Example

White with #826F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826F87; }

 p { color: rgb(130,111,135); }

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

background-color css

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

 a { background-color: rgb(130,111,135); }

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

border-color css

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

 span { border-color: rgb(130,111,135); }

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