#83798D

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

Shades of Topaz #83798D

Tints of Topaz #83798D

Color information

#83798D (or 0x83798D) is unknown color: approx Topaz. HEX triplet: 83, 79 and 8D. RGB value is (131,121,141). Sum of RGB (Red+Green+Blue) = 131+121+141=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 141 - color contains mainly: blue. Hex color #83798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83798D is #7C8672. Grayscale: #7E7E7E. Windows color (decimal): -8160883 or 9271683. OLE color: 9271683.

HSL color Cylindrical-coordinate representation of color #83798D: hue angle of 270º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #83798D is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB131121141-
CMYK0.070.1400.45
HSL270º8.06%51.37%-
HSV(B)270º14.18%55.29%-
XYZ21.0120.4228.03-
YUV126.27136.31131.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.33%
GREEN value IS 121 (47.66% from 255) = 30.79%
BLUE value IS 141 (55.47% from 255) = 35.88%
R=33.33%
G=30.79%
B=35.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311211410.070.1400.452708.0651.37
Hex83798D7E02D10e833
Octal2031712157160554161063
Binary10000011111100110001101111111001011011000011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83798D; }

 p { color: rgb(131,121,141); }

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

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

 a { background-color: rgb(131,121,141); }

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

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

 span { border-color: rgb(131,121,141); }

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