Html Css Color HEX #826792 Mamba

📋 copy color: '#826792'

red 130 ◦ green 103 ◦ blue 146

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

Shades of Mamba #826792

Tints of Mamba #826792

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.18%

 BLUE value IS 146 (57.42% from 255) = 38.52%

R = 34.3%
G = 27.18%
B = 38.52%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#826792 (or 0x826792) is known color: Mamba. HEX triplet: 82, 67 and 92. RGB value is (130,103,146). Sum of RGB (Red+Green+Blue) = 130+103+146=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 146 - color contains mainly: blue. Hex color #826792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826792 is #7D986D. Grayscale: #737373. Windows color (decimal): -8231022 or 9594754. OLE color: 9594754.

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

Color convert

RGB 130 103 146 -
CMYK 0.11 0.29 0 0.43
HSL 277.67º 0.17% 0.49% -
HSV(B) 277.67º 0.29% 0.57% -
XYZ 19.24 16.52 29.37 -
YUV 115.98 144.95 138 -
System Red Green Blue C M Y K H S L
Decimal 130 103 146 0.11 0.29 0 0.43 277.67 0.17 0.49
Hex 82 67 92 B 1D 0 2B 116 11 31
Octal 202 147 222 13 35 0 53 426 21 61
Binary 10000010 1100111 10010010 1011 11101 0 101011 100010110 10001 110001

Color Harmonies of #826792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826792

Black with #826792

Text Example


Text Example

White with #826792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826792; }

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

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

background-color css

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

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

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

border-color css

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

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

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