#826990

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

Shades of Mamba #826990

Tints of Mamba #826990

Color information

#826990 (or 0x826990) is unknown color: approx Mamba. HEX triplet: 82, 69 and 90. RGB value is (130,105,144). Sum of RGB (Red+Green+Blue) = 130+105+144=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 144 - color contains mainly: blue. Hex color #826990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826990 is #7D966F. Grayscale: #747474. Windows color (decimal): -8230512 or 9464194. OLE color: 9464194.

HSL color Cylindrical-coordinate representation of color #826990: hue angle of 278.46º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #826990 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB130105144-
CMYK0.100.2700.44
HSL278.46º15.66%48.82%-
HSV(B)278.46º27.08%56.47%-
XYZ19.2916.8628.62-
YUV116.92143.28137.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.30%
GREEN value IS 105 (41.41% from 255) = 27.70%
BLUE value IS 144 (56.64% from 255) = 37.99%
R=34.30%
G=27.70%
B=37.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301051440.100.2700.44278.4615.6648.82
Hex826990A1B02C1161031
Octal20215122012330544262061
Binary10000010110100110010000101011011010110010001011010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826990; }

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

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

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

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

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

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

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

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