Html Css Color HEX #826692 Mamba

📋 copy color: '#826692'

red 130 ◦ green 102 ◦ blue 146

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

Shades of Mamba #826692

Tints of Mamba #826692

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.98%

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

R = 34.39%
G = 26.98%
B = 38.62%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#826692 (or 0x826692) is known color: Mamba. HEX triplet: 82, 66 and 92. RGB value is (130,102,146). Sum of RGB (Red+Green+Blue) = 130+102+146=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 146 - color contains mainly: blue. Hex color #826692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826692 is #7D996D. Grayscale: #737373. Windows color (decimal): -8231278 or 9594498. OLE color: 9594498.

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

Color convert

RGB 130 102 146 -
CMYK 0.11 0.30 0 0.43
HSL 278.18º 0.18% 0.49% -
HSV(B) 278.18º 0.3% 0.57% -
XYZ 19.15 16.32 29.34 -
YUV 115.39 145.28 138.42 -
System Red Green Blue C M Y K H S L
Decimal 130 102 146 0.11 0.30 0 0.43 278.18 0.18 0.49
Hex 82 66 92 B 1E 0 2B 116 12 31
Octal 202 146 222 13 36 0 53 426 22 61
Binary 10000010 1100110 10010010 1011 11110 0 101011 100010110 10010 110001

Color Harmonies of #826692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826692

Black with #826692

Text Example


Text Example

White with #826692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826692; }

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

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

background-color css

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

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

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

border-color css

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

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

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