#837393

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

Shades of Topaz #837393

Tints of Topaz #837393

Color information

#837393 (or 0x837393) is unknown color: approx Topaz. HEX triplet: 83, 73 and 93. RGB value is (131,115,147). Sum of RGB (Red+Green+Blue) = 131+115+147=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 147 - color contains mainly: blue. Hex color #837393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837393 is #7C8C6C. Grayscale: #7B7B7B. Windows color (decimal): -8162413 or 9663363. OLE color: 9663363.

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

Color convert

RGB131115147-
CMYK0.110.2200.42
HSL270º12.9%51.37%-
HSV(B)270º21.77%57.65%-
XYZ20.7619.1930.21-
YUV123.43141.3133.4-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.33%
GREEN value IS 115 (45.31% from 255) = 29.26%
BLUE value IS 147 (57.81% from 255) = 37.40%
R=33.33%
G=29.26%
B=37.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311151470.110.2200.4227012.951.37
Hex837393B1602A10ed33
Octal20316322313260524161563
Binary1000001111100111001001110111011001010101000011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837393; }

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

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

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

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

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

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

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

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