Html Css Color HEX #826A8E Mamba

📋 copy color: '#826A8E'

red 130 ◦ green 106 ◦ blue 142

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

Shades of Mamba #826A8E

Tints of Mamba #826A8E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.04%

 BLUE value IS 142 (55.86% from 255) = 37.57%

R = 34.39%
G = 28.04%
B = 37.57%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#826A8E (or 0x826A8E) is known color: Mamba. HEX triplet: 82, 6A and 8E. RGB value is (130,106,142). Sum of RGB (Red+Green+Blue) = 130+106+142=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 142 - color contains mainly: blue. Hex color #826A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826A8E is #7D9571. Grayscale: #757575. Windows color (decimal): -8230258 or 9333378. OLE color: 9333378.

HSL color Cylindrical-coordinate representation of color #826A8E: hue angle of 280º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #826A8E is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 106 142 -
CMYK 0.08 0.25 0 0.44
HSL 280º 0.15% 0.49% -
HSV(B) 280º 0.25% 0.56% -
XYZ 19.24 17.01 27.86 -
YUV 117.28 141.95 137.07 -
System Red Green Blue C M Y K H S L
Decimal 130 106 142 0.08 0.25 0 0.44 280 0.15 0.49
Hex 82 6A 8E 8 19 0 2C 118 F 31
Octal 202 152 216 10 31 0 54 430 17 61
Binary 10000010 1101010 10001110 1000 11001 0 101100 100011000 1111 110001

Color Harmonies of #826A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826A8E

Black with #826A8E

Text Example


Text Example

White with #826A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826A8E; }

 p { color: rgb(130,106,142); }

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

background-color css

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

 a { background-color: rgb(130,106,142); }

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

border-color css

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

 span { border-color: rgb(130,106,142); }

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