#806694

Color #806694 Mamba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mamba #806694

Tints of Mamba #806694

Color information

#806694 (or 0x806694) is unknown color: approx Mamba. HEX triplet: 80, 66 and 94. RGB value is (128,102,148). Sum of RGB (Red+Green+Blue) = 128+102+148=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 148 - color contains mainly: blue. Hex color #806694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806694 is #7F996B. Grayscale: #727272. Windows color (decimal): -8362348 or 9725568. OLE color: 9725568.

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

Color convert

RGB128102148-
CMYK0.140.3100.42
HSL273.91º18.4%49.02%-
HSV(B)273.91º31.08%58.04%-
XYZ1916.2330.15-
YUV115.02146.61137.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.86%
GREEN value IS 102 (40.23% from 255) = 26.98%
BLUE value IS 148 (58.20% from 255) = 39.15%
R=33.86%
G=26.98%
B=39.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281021480.140.3100.42273.9118.449.02
Hex806694E1F02A1121231
Octal20014622416370524222261
Binary10000000110011010010100111011111010101010001001010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806694; }

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

 H1.HeaderClassName
 {
   color: #806694;
 }
 .AnyTagClassName
 {
   color: #806694;
 }
</style>
background-color css

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

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

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

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

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

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