#83798C

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

Shades of Topaz #83798C

Tints of Topaz #83798C

Color information

#83798C (or 0x83798C) is unknown color: approx Topaz. HEX triplet: 83, 79 and 8C. RGB value is (131,121,140). Sum of RGB (Red+Green+Blue) = 131+121+140=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 140 - color contains mainly: blue. Hex color #83798C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83798C is #7C8673. Grayscale: #7E7E7E. Windows color (decimal): -8160884 or 9206147. OLE color: 9206147.

HSL color Cylindrical-coordinate representation of color #83798C: hue angle of 271.58º 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 #83798C is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB131121140-
CMYK0.060.1400.45
HSL271.58º7.63%51.18%-
HSV(B)271.58º13.57%54.9%-
XYZ20.9320.3927.64-
YUV126.16135.81131.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.42%
GREEN value IS 121 (47.66% from 255) = 30.87%
BLUE value IS 140 (55.08% from 255) = 35.71%
R=33.42%
G=30.87%
B=35.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311211400.060.1400.45271.587.6351.18
Hex83798C6E02D110833
Octal2031712146160554201063
Binary10000011111100110001100110111001011011000100001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83798C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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