#826692

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

Shades of Mamba #826692

Tints of Mamba #826692

Color information

#826692 (or 0x826692) is unknown color: approx Mamba. HEX triplet: 82, 66 and 92. RGB value is (130,102,146). Sum of RGB (Red+Green+Blue) = 130+102+146=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 146 - color contains mainly: blue. Hex color #826692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826692 is #7D996D. Grayscale: #737373. Windows color (decimal): -8231278 or 9594498. OLE color: 9594498.

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

Color convert

RGB130102146-
CMYK0.110.3000.43
HSL278.18º17.74%48.63%-
HSV(B)278.18º30.14%57.25%-
XYZ19.1516.3229.34-
YUV115.39145.28138.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.39%
GREEN value IS 102 (40.23% from 255) = 26.98%
BLUE value IS 146 (57.42% from 255) = 38.62%
R=34.39%
G=26.98%
B=38.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301021460.110.3000.43278.1817.7448.63
Hex826692B1E02B1161231
Octal20214622213360534262261
Binary10000010110011010010010101111110010101110001011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826692; }

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

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

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

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

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

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

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

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