Html Css Color HEX #826490 Mamba

📋 copy color: '#826490'

red 130 ◦ green 100 ◦ blue 144

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

Shades of Mamba #826490

Tints of Mamba #826490

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.74%

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

R = 34.76%
G = 26.74%
B = 38.5%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#826490 (or 0x826490) is known color: Mamba. HEX triplet: 82, 64 and 90. RGB value is (130,100,144). Sum of RGB (Red+Green+Blue) = 130+100+144=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 144 - color contains mainly: blue. Hex color #826490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826490 is #7D9B6F. Grayscale: #717171. Windows color (decimal): -8231792 or 9462914. OLE color: 9462914.

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

Color convert

RGB 130 100 144 -
CMYK 0.10 0.31 0 0.44
HSL 280.91º 0.18% 0.48% -
HSV(B) 280.91º 0.31% 0.56% -
XYZ 18.8 15.87 28.46 -
YUV 113.99 144.94 139.42 -
System Red Green Blue C M Y K H S L
Decimal 130 100 144 0.10 0.31 0 0.44 280.91 0.18 0.48
Hex 82 64 90 A 1F 0 2C 119 12 30
Octal 202 144 220 12 37 0 54 431 22 60
Binary 10000010 1100100 10010000 1010 11111 0 101100 100011001 10010 110000

Color Harmonies of #826490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826490

Black with #826490

Text Example


Text Example

White with #826490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826490; }

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

 H1.HeaderClassName
 {
   color: #826490;
 }
 .AnyTagClassName
 {
   color: #826490;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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