#807394

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

Shades of Topaz #807394

Tints of Topaz #807394

Color information

#807394 (or 0x807394) is unknown color: approx Topaz. HEX triplet: 80, 73 and 94. RGB value is (128,115,148). Sum of RGB (Red+Green+Blue) = 128+115+148=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 148 - color contains mainly: blue. Hex color #807394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807394 is #7F8C6B. Grayscale: #7A7A7A. Windows color (decimal): -8359020 or 9728896. OLE color: 9728896.

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

Color convert

RGB128115148-
CMYK0.140.2200.42
HSL263.64º13.36%51.57%-
HSV(B)263.64º22.3%58.04%-
XYZ20.3818.9930.61-
YUV122.65142.31131.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.74%
GREEN value IS 115 (45.31% from 255) = 29.41%
BLUE value IS 148 (58.20% from 255) = 37.85%
R=32.74%
G=29.41%
B=37.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281151480.140.2200.42263.6413.3651.57
Hex807394E1602A108d34
Octal20016322416260524101564
Binary1000000011100111001010011101011001010101000010001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807394; }

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

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

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

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

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

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

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

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