Html Css Color HEX #806491 Mamba

📋 copy color: '#806491'

red 128 ◦ green 100 ◦ blue 145

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

Shades of Mamba #806491

Tints of Mamba #806491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.87%

R = 34.32%
G = 26.81%
B = 38.87%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#806491 (or 0x806491) is known color: Mamba. HEX triplet: 80, 64 and 91. RGB value is (128,100,145). Sum of RGB (Red+Green+Blue) = 128+100+145=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 145 - color contains mainly: blue. Hex color #806491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806491 is #7F9B6E. Grayscale: #717171. Windows color (decimal): -8362863 or 9528448. OLE color: 9528448.

HSL color Cylindrical-coordinate representation of color #806491: hue angle of 277.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #806491 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 128 100 145 -
CMYK 0.12 0.31 0 0.43
HSL 277.33º 0.18% 0.48% -
HSV(B) 277.33º 0.31% 0.57% -
XYZ 18.57 15.75 28.85 -
YUV 113.5 145.78 138.34 -
System Red Green Blue C M Y K H S L
Decimal 128 100 145 0.12 0.31 0 0.43 277.33 0.18 0.48
Hex 80 64 91 C 1F 0 2B 115 12 30
Octal 200 144 221 14 37 0 53 425 22 60
Binary 10000000 1100100 10010001 1100 11111 0 101011 100010101 10010 110000

Color Harmonies of #806491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806491

Black with #806491

Text Example


Text Example

White with #806491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806491; }

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

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

background-color css

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

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

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

border-color css

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

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

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