#83798B

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

Shades of Topaz #83798B

Tints of Topaz #83798B

Color information

#83798B (or 0x83798B) is unknown color: approx Topaz. HEX triplet: 83, 79 and 8B. RGB value is (131,121,139). Sum of RGB (Red+Green+Blue) = 131+121+139=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 139 - color contains mainly: blue. Hex color #83798B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83798B is #7C8674. Grayscale: #7D7D7D. Windows color (decimal): -8160885 or 9140611. OLE color: 9140611.

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

Color convert

RGB131121139-
CMYK0.060.1300.45
HSL273.33º7.2%50.98%-
HSV(B)273.33º12.95%54.51%-
XYZ20.8620.3627.26-
YUV126.04135.31131.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.50%
GREEN value IS 121 (47.66% from 255) = 30.95%
BLUE value IS 139 (54.69% from 255) = 35.55%
R=33.50%
G=30.95%
B=35.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311211390.060.1300.45273.337.250.98
Hex83798B6D02D111733
Octal203171213615055421763
Binary1000001111110011000101111011010101101100010001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83798B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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