Html Css Color HEX #806495 Mamba

📋 copy color: '#806495'

red 128 ◦ green 100 ◦ blue 149

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

Shades of Mamba #806495

Tints of Mamba #806495

RGB

 RED value IS 128 (50.39% from 255) = 33.95%

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

 BLUE value IS 149 (58.59% from 255) = 39.52%

R = 33.95%
G = 26.53%
B = 39.52%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#806495 (or 0x806495) is known color: Mamba. HEX triplet: 80, 64 and 95. RGB value is (128,100,149). Sum of RGB (Red+Green+Blue) = 128+100+149=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 149 - color contains mainly: blue. Hex color #806495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806495 is #7F9B6A. Grayscale: #717171. Windows color (decimal): -8362859 or 9790592. OLE color: 9790592.

HSL color Cylindrical-coordinate representation of color #806495: hue angle of 274.29º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #806495 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 100 149 -
CMYK 0.14 0.33 0 0.42
HSL 274.29º 0.2% 0.49% -
HSV(B) 274.29º 0.33% 0.58% -
XYZ 18.88 15.87 30.5 -
YUV 113.96 147.78 138.02 -
System Red Green Blue C M Y K H S L
Decimal 128 100 149 0.14 0.33 0 0.42 274.29 0.2 0.49
Hex 80 64 95 E 21 0 2A 112 14 31
Octal 200 144 225 16 41 0 52 422 24 61
Binary 10000000 1100100 10010101 1110 100001 0 101010 100010010 10100 110001

Color Harmonies of #806495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806495

Black with #806495

Text Example


Text Example

White with #806495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806495; }

 p { color: rgb(128,100,149); }

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

background-color css

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

 a { background-color: rgb(128,100,149); }

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

border-color css

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

 span { border-color: rgb(128,100,149); }

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