Html Css Color HEX #806692 Mamba

📋 copy color: '#806692'

red 128 ◦ green 102 ◦ blue 146

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

Shades of Mamba #806692

Tints of Mamba #806692

RGB

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

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

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

R = 34.04%
G = 27.13%
B = 38.83%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#806692 (or 0x806692) is known color: Mamba. HEX triplet: 80, 66 and 92. RGB value is (128,102,146). Sum of RGB (Red+Green+Blue) = 128+102+146=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 146 - color contains mainly: blue. Hex color #806692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806692 is #7F996D. Grayscale: #727272. Windows color (decimal): -8362350 or 9594496. OLE color: 9594496.

HSL color Cylindrical-coordinate representation of color #806692: hue angle of 275.45º 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 #806692 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 128 102 146 -
CMYK 0.12 0.30 0 0.43
HSL 275.45º 0.18% 0.49% -
HSV(B) 275.45º 0.3% 0.57% -
XYZ 18.84 16.17 29.32 -
YUV 114.79 145.61 137.42 -
System Red Green Blue C M Y K H S L
Decimal 128 102 146 0.12 0.30 0 0.43 275.45 0.18 0.49
Hex 80 66 92 C 1E 0 2B 113 12 31
Octal 200 146 222 14 36 0 53 423 22 61
Binary 10000000 1100110 10010010 1100 11110 0 101011 100010011 10010 110001

Color Harmonies of #806692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806692

Black with #806692

Text Example


Text Example

White with #806692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806692; }

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

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

background-color css

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

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

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

border-color css

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

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

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