Html Css Color HEX #82668B Mamba

📋 copy color: '#82668B'

red 130 ◦ green 102 ◦ blue 139

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

Shades of Mamba #82668B

Tints of Mamba #82668B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.49%

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

R = 35.04%
G = 27.49%
B = 37.47%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82668B (or 0x82668B) is known color: Mamba. HEX triplet: 82, 66 and 8B. RGB value is (130,102,139). Sum of RGB (Red+Green+Blue) = 130+102+139=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #82668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82668B is #7D9974. Grayscale: #727272. Windows color (decimal): -8231285 or 9135746. OLE color: 9135746.

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

Color convert

RGB 130 102 139 -
CMYK 0.06 0.27 0 0.45
HSL 285.41º 0.15% 0.47% -
HSV(B) 285.41º 0.27% 0.55% -
XYZ 18.62 16.11 26.55 -
YUV 114.59 141.78 138.99 -
System Red Green Blue C M Y K H S L
Decimal 130 102 139 0.06 0.27 0 0.45 285.41 0.15 0.47
Hex 82 66 8B 6 1B 0 2D 11D F 2F
Octal 202 146 213 6 33 0 55 435 17 57
Binary 10000010 1100110 10001011 110 11011 0 101101 100011101 1111 101111

Color Harmonies of #82668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82668B

Black with #82668B

Text Example


Text Example

White with #82668B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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