#807393

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

Shades of Topaz #807393

Tints of Topaz #807393

Color information

#807393 (or 0x807393) is unknown color: approx Topaz. HEX triplet: 80, 73 and 93. RGB value is (128,115,147). Sum of RGB (Red+Green+Blue) = 128+115+147=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 147 - color contains mainly: blue. Hex color #807393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807393 is #7F8C6C. Grayscale: #7A7A7A. Windows color (decimal): -8359021 or 9663360. OLE color: 9663360.

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

Color convert

RGB128115147-
CMYK0.130.2200.42
HSL264.38º12.9%51.37%-
HSV(B)264.38º21.77%57.65%-
XYZ20.318.9630.19-
YUV122.53141.81131.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.82%
GREEN value IS 115 (45.31% from 255) = 29.49%
BLUE value IS 147 (57.81% from 255) = 37.69%
R=32.82%
G=29.49%
B=37.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281151470.130.2200.42264.3812.951.37
Hex807393D1602A108d33
Octal20016322315260524101563
Binary1000000011100111001001111011011001010101000010001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807393; }

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

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

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

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

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

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

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

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