Html Css Color HEX #82678B Mamba

📋 copy color: '#82678B'

red 130 ◦ green 103 ◦ blue 139

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

Shades of Mamba #82678B

Tints of Mamba #82678B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.69%

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

R = 34.95%
G = 27.69%
B = 37.37%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82678B (or 0x82678B) is known color: Mamba. HEX triplet: 82, 67 and 8B. RGB value is (130,103,139). Sum of RGB (Red+Green+Blue) = 130+103+139=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 139 - color contains mainly: blue. Hex color #82678B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82678B is #7D9874. Grayscale: #737373. Windows color (decimal): -8231029 or 9136002. OLE color: 9136002.

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

Color convert

RGB 130 103 139 -
CMYK 0.06 0.26 0 0.45
HSL 285º 0.15% 0.47% -
HSV(B) 285º 0.26% 0.55% -
XYZ 18.72 16.31 26.59 -
YUV 115.18 141.45 138.57 -
System Red Green Blue C M Y K H S L
Decimal 130 103 139 0.06 0.26 0 0.45 285 0.15 0.47
Hex 82 67 8B 6 1A 0 2D 11D F 2F
Octal 202 147 213 6 32 0 55 435 17 57
Binary 10000010 1100111 10001011 110 11010 0 101101 100011101 1111 101111

Color Harmonies of #82678B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82678B

Black with #82678B

Text Example


Text Example

White with #82678B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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