Html Css Color HEX #82688B Mamba

📋 copy color: '#82688B'

red 130 ◦ green 104 ◦ blue 139

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

Shades of Mamba #82688B

Tints of Mamba #82688B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.27%

R = 34.85%
G = 27.88%
B = 37.27%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82688B (or 0x82688B) is known color: Mamba. HEX triplet: 82, 68 and 8B. RGB value is (130,104,139). Sum of RGB (Red+Green+Blue) = 130+104+139=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 139 - color contains mainly: blue. Hex color #82688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82688B is #7D9774. Grayscale: #737373. Windows color (decimal): -8230773 or 9136258. OLE color: 9136258.

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

Color convert

RGB 130 104 139 -
CMYK 0.06 0.25 0 0.45
HSL 284.57º 0.14% 0.48% -
HSV(B) 284.57º 0.25% 0.55% -
XYZ 18.82 16.51 26.62 -
YUV 115.76 141.11 138.15 -
System Red Green Blue C M Y K H S L
Decimal 130 104 139 0.06 0.25 0 0.45 284.57 0.14 0.48
Hex 82 68 8B 6 19 0 2D 11D E 30
Octal 202 150 213 6 31 0 55 435 16 60
Binary 10000010 1101000 10001011 110 11001 0 101101 100011101 1110 110000

Color Harmonies of #82688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82688B

Black with #82688B

Text Example


Text Example

White with #82688B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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