#806E91

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

Shades of Topaz #806E91

Tints of Topaz #806E91

Color information

#806E91 (or 0x806E91) is unknown color: approx Topaz. HEX triplet: 80, 6E and 91. RGB value is (128,110,145). Sum of RGB (Red+Green+Blue) = 128+110+145=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 145 (57.03% from 255 or 37.86% from 383); Max value from RGB is 145 - color contains mainly: blue. Hex color #806E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806E91 is #7F916E. Grayscale: #777777. Windows color (decimal): -8360303 or 9531008. OLE color: 9531008.

HSL color Cylindrical-coordinate representation of color #806E91: hue angle of 270.86º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #806E91 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB128110145-
CMYK0.120.2400.43
HSL270.86º13.73%50%-
HSV(B)270.86º24.14%56.86%-
XYZ19.5917.7929.19-
YUV119.37142.46134.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.42%
GREEN value IS 110 (43.36% from 255) = 28.72%
BLUE value IS 145 (57.03% from 255) = 37.86%
R=33.42%
G=28.72%
B=37.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1281101450.120.2400.43270.8613.7350
Hex806E91C1802B10fe32
Octal20015622114300534171662
Binary1000000011011101001000111001100001010111000011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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