#82698E

Color #82698E Mamba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mamba #82698E

Tints of Mamba #82698E

Color information

#82698E (or 0x82698E) is unknown color: approx Mamba. HEX triplet: 82, 69 and 8E. RGB value is (130,105,142). Sum of RGB (Red+Green+Blue) = 130+105+142=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 142 - color contains mainly: blue. Hex color #82698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82698E is #7D9671. Grayscale: #747474. Windows color (decimal): -8230514 or 9333122. OLE color: 9333122.

HSL color Cylindrical-coordinate representation of color #82698E: hue angle of 280.54º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #82698E is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB130105142-
CMYK0.080.2600.44
HSL280.54º14.98%48.43%-
HSV(B)280.54º26.06%55.69%-
XYZ19.1416.827.83-
YUV116.69142.28137.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.48%
GREEN value IS 105 (41.41% from 255) = 27.85%
BLUE value IS 142 (55.86% from 255) = 37.67%
R=34.48%
G=27.85%
B=37.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301051420.080.2600.44280.5414.9848.43
Hex82698E81A02C119f30
Octal20215121610320544311760
Binary1000001011010011000111010001101001011001000110011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #82698E;
 }
 .AnyTagClassName
 {
   color: #82698E;
 }
</style>
background-color css

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

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

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

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

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

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