#807294

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

Shades of Topaz #807294

Tints of Topaz #807294

Color information

#807294 (or 0x807294) is unknown color: approx Topaz. HEX triplet: 80, 72 and 94. RGB value is (128,114,148). Sum of RGB (Red+Green+Blue) = 128+114+148=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 148 - color contains mainly: blue. Hex color #807294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807294 is #7F8D6B. Grayscale: #797979. Windows color (decimal): -8359276 or 9728640. OLE color: 9728640.

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

Color convert

RGB128114148-
CMYK0.140.2300.42
HSL264.71º13.71%51.37%-
HSV(B)264.71º22.97%58.04%-
XYZ20.2618.7630.57-
YUV122.06142.64132.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.82%
GREEN value IS 114 (44.92% from 255) = 29.23%
BLUE value IS 148 (58.20% from 255) = 37.95%
R=32.82%
G=29.23%
B=37.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281141480.140.2300.42264.7113.7151.37
Hex807294E1702A109e33
Octal20016222416270524111663
Binary1000000011100101001010011101011101010101000010011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807294; }

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

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

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

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

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

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

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

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