Html Css Color HEX #826990 Mamba

📋 copy color: '#826990'

red 130 ◦ green 105 ◦ blue 144

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

Shades of Mamba #826990

Tints of Mamba #826990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.99%

R = 34.3%
G = 27.7%
B = 37.99%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#826990 (or 0x826990) is known color: 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

RGB 130 105 144 -
CMYK 0.10 0.27 0 0.44
HSL 278.46º 0.16% 0.49% -
HSV(B) 278.46º 0.27% 0.56% -
XYZ 19.29 16.86 28.62 -
YUV 116.92 143.28 137.33 -
System Red Green Blue C M Y K H S L
Decimal 130 105 144 0.10 0.27 0 0.44 278.46 0.16 0.49
Hex 82 69 90 A 1B 0 2C 116 10 31
Octal 202 151 220 12 33 0 54 426 20 61
Binary 10000010 1101001 10010000 1010 11011 0 101100 100010110 10000 110001

Color Harmonies of #826990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826990

Black with #826990

Text Example


Text Example

White with #826990

Text Example


Text Example

HTML Codes & Css Web 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>