#806D8E

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

Shades of Topaz #806D8E

Tints of Topaz #806D8E

Color information

#806D8E (or 0x806D8E) is unknown color: approx Topaz. HEX triplet: 80, 6D and 8E. RGB value is (128,109,142). Sum of RGB (Red+Green+Blue) = 128+109+142=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 142 - color contains mainly: blue. Hex color #806D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806D8E is #7F9271. Grayscale: #767676. Windows color (decimal): -8360562 or 9334144. OLE color: 9334144.

HSL color Cylindrical-coordinate representation of color #806D8E: hue angle of 274.55º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #806D8E is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB128109142-
CMYK0.100.2300.44
HSL274.55º13.15%49.22%-
HSV(B)274.55º23.24%55.69%-
XYZ19.2517.4827.95-
YUV118.44141.29134.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.77%
GREEN value IS 109 (42.97% from 255) = 28.76%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=33.77%
G=28.76%
B=37.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281091420.100.2300.44274.5513.1549.22
Hex806D8EA1702C113d31
Octal20015521612270544231561
Binary1000000011011011000111010101011101011001000100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806D8E; }

 p { color: rgb(128,109,142); }

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

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

 a { background-color: rgb(128,109,142); }

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

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

 span { border-color: rgb(128,109,142); }

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