Html Css Color HEX #826890 Mamba

📋 copy color: '#826890'

red 130 ◦ green 104 ◦ blue 144

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

Shades of Mamba #826890

Tints of Mamba #826890

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.51%

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

R = 34.39%
G = 27.51%
B = 38.1%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#826890 (or 0x826890) is known color: Mamba. HEX triplet: 82, 68 and 90. RGB value is (130,104,144). Sum of RGB (Red+Green+Blue) = 130+104+144=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 144 - color contains mainly: blue. Hex color #826890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826890 is #7D976F. Grayscale: #747474. Windows color (decimal): -8230768 or 9463938. OLE color: 9463938.

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

Color convert

RGB 130 104 144 -
CMYK 0.10 0.28 0 0.44
HSL 279º 0.16% 0.49% -
HSV(B) 279º 0.28% 0.56% -
XYZ 19.19 16.66 28.59 -
YUV 116.33 143.61 137.75 -
System Red Green Blue C M Y K H S L
Decimal 130 104 144 0.10 0.28 0 0.44 279 0.16 0.49
Hex 82 68 90 A 1C 0 2C 117 10 31
Octal 202 150 220 12 34 0 54 427 20 61
Binary 10000010 1101000 10010000 1010 11100 0 101100 100010111 10000 110001

Color Harmonies of #826890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826890

Black with #826890

Text Example


Text Example

White with #826890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826890; }

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

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

background-color css

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

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

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

border-color css

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

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

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