#826792

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

Shades of Mamba #826792

Tints of Mamba #826792

Color information

#826792 (or 0x826792) is unknown color: approx Mamba. HEX triplet: 82, 67 and 92. RGB value is (130,103,146). Sum of RGB (Red+Green+Blue) = 130+103+146=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 146 - color contains mainly: blue. Hex color #826792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826792 is #7D986D. Grayscale: #737373. Windows color (decimal): -8231022 or 9594754. OLE color: 9594754.

HSL color Cylindrical-coordinate representation of color #826792: hue angle of 277.67º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #826792 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB130103146-
CMYK0.110.2900.43
HSL277.67º17.27%48.82%-
HSV(B)277.67º29.45%57.25%-
XYZ19.2416.5229.37-
YUV115.98144.95138-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.30%
GREEN value IS 103 (40.62% from 255) = 27.18%
BLUE value IS 146 (57.42% from 255) = 38.52%
R=34.30%
G=27.18%
B=38.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301031460.110.2900.43277.6717.2748.82
Hex826792B1D02B1161131
Octal20214722213350534262161
Binary10000010110011110010010101111101010101110001011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826792; }

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

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

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

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

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

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

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

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