#807291

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

Shades of Topaz #807291

Tints of Topaz #807291

Color information

#807291 (or 0x807291) is unknown color: approx Topaz. HEX triplet: 80, 72 and 91. RGB value is (128,114,145). Sum of RGB (Red+Green+Blue) = 128+114+145=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 145 - color contains mainly: blue. Hex color #807291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807291 is #7F8D6E. Grayscale: #797979. Windows color (decimal): -8359279 or 9532032. OLE color: 9532032.

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

Color convert

RGB128114145-
CMYK0.120.2100.43
HSL267.1º12.35%50.78%-
HSV(B)267.1º21.38%56.86%-
XYZ20.0318.6729.34-
YUV121.72141.14132.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.07%
GREEN value IS 114 (44.92% from 255) = 29.46%
BLUE value IS 145 (57.03% from 255) = 37.47%
R=33.07%
G=29.46%
B=37.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1281141450.120.2100.43267.112.3550.78
Hex807291C1502B10bc33
Octal20016222114250534131463
Binary1000000011100101001000111001010101010111000010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807291; }

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

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

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

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

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

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

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

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