Html Css Color HEX #82688A Mamba

📋 copy color: '#82688A'

red 130 ◦ green 104 ◦ blue 138

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

Shades of Mamba #82688A

Tints of Mamba #82688A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.96%

 BLUE value IS 138 (54.3% from 255) = 37.1%

R = 34.95%
G = 27.96%
B = 37.1%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#82688A (or 0x82688A) is known color: Mamba. HEX triplet: 82, 68 and 8A. RGB value is (130,104,138). Sum of RGB (Red+Green+Blue) = 130+104+138=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 138 - color contains mainly: blue. Hex color #82688A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82688A is #7D9775. Grayscale: #737373. Windows color (decimal): -8230774 or 9070722. OLE color: 9070722.

HSL color Cylindrical-coordinate representation of color #82688A: hue angle of 285.88º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #82688A is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 104 138 -
CMYK 0.06 0.25 0 0.46
HSL 285.88º 0.14% 0.47% -
HSV(B) 285.88º 0.25% 0.54% -
XYZ 18.74 16.48 26.24 -
YUV 115.65 140.61 138.24 -
System Red Green Blue C M Y K H S L
Decimal 130 104 138 0.06 0.25 0 0.46 285.88 0.14 0.47
Hex 82 68 8A 6 19 0 2E 11E E 2F
Octal 202 150 212 6 31 0 56 436 16 57
Binary 10000010 1101000 10001010 110 11001 0 101110 100011110 1110 101111

Color Harmonies of #82688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82688A

Black with #82688A

Text Example


Text Example

White with #82688A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82688A; }

 p { color: rgb(130,104,138); }

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

background-color css

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

 a { background-color: rgb(130,104,138); }

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

border-color css

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

 span { border-color: rgb(130,104,138); }

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