#807192

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

Shades of Topaz #807192

Tints of Topaz #807192

Color information

#807192 (or 0x807192) is unknown color: approx Topaz. HEX triplet: 80, 71 and 92. RGB value is (128,113,146). Sum of RGB (Red+Green+Blue) = 128+113+146=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 146 - color contains mainly: blue. Hex color #807192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807192 is #7F8E6D. Grayscale: #797979. Windows color (decimal): -8359534 or 9597312. OLE color: 9597312.

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

Color convert

RGB128113146-
CMYK0.120.2300.43
HSL267.27º13.15%50.78%-
HSV(B)267.27º22.6%57.25%-
XYZ2018.4729.71-
YUV121.25141.97132.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.07%
GREEN value IS 113 (44.53% from 255) = 29.20%
BLUE value IS 146 (57.42% from 255) = 37.73%
R=33.07%
G=29.20%
B=37.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1281131460.120.2300.43267.2713.1550.78
Hex807192C1702B10bd33
Octal20016122214270534131563
Binary1000000011100011001001011001011101010111000010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807192; }

 p { color: rgb(128,113,146); }

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

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

 a { background-color: rgb(128,113,146); }

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

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

 span { border-color: rgb(128,113,146); }

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