#837193

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

Shades of Topaz #837193

Tints of Topaz #837193

Color information

#837193 (or 0x837193) is unknown color: approx Topaz. HEX triplet: 83, 71 and 93. RGB value is (131,113,147). Sum of RGB (Red+Green+Blue) = 131+113+147=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 147 - color contains mainly: blue. Hex color #837193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837193 is #7C8E6C. Grayscale: #7A7A7A. Windows color (decimal): -8162925 or 9662851. OLE color: 9662851.

HSL color Cylindrical-coordinate representation of color #837193: hue angle of 271.76º 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 #837193 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB131113147-
CMYK0.110.2300.42
HSL271.76º13.6%50.98%-
HSV(B)271.76º23.13%57.65%-
XYZ20.5318.7430.14-
YUV122.26141.96134.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.50%
GREEN value IS 113 (44.53% from 255) = 28.90%
BLUE value IS 147 (57.81% from 255) = 37.60%
R=33.50%
G=28.90%
B=37.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311131470.110.2300.42271.7613.650.98
Hex837193B1702A110e33
Octal20316122313270524201663
Binary1000001111100011001001110111011101010101000100001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837193; }

 p { color: rgb(131,113,147); }

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

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

 a { background-color: rgb(131,113,147); }

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

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

 span { border-color: rgb(131,113,147); }

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