Html Css Color HEX #82698B Mamba

📋 copy color: '#82698B'

red 130 ◦ green 105 ◦ blue 139

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

Shades of Mamba #82698B

Tints of Mamba #82698B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.07%

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

R = 34.76%
G = 28.07%
B = 37.17%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82698B (or 0x82698B) is known color: Mamba. HEX triplet: 82, 69 and 8B. RGB value is (130,105,139). Sum of RGB (Red+Green+Blue) = 130+105+139=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 139 - color contains mainly: blue. Hex color #82698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82698B is #7D9674. Grayscale: #747474. Windows color (decimal): -8230517 or 9136514. OLE color: 9136514.

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

Color convert

RGB 130 105 139 -
CMYK 0.06 0.24 0 0.45
HSL 284.12º 0.14% 0.48% -
HSV(B) 284.12º 0.24% 0.55% -
XYZ 18.92 16.71 26.65 -
YUV 116.35 140.78 137.74 -
System Red Green Blue C M Y K H S L
Decimal 130 105 139 0.06 0.24 0 0.45 284.12 0.14 0.48
Hex 82 69 8B 6 18 0 2D 11C E 30
Octal 202 151 213 6 30 0 55 434 16 60
Binary 10000010 1101001 10001011 110 11000 0 101101 100011100 1110 110000

Color Harmonies of #82698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82698B

Black with #82698B

Text Example


Text Example

White with #82698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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