#82798C

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

Shades of Topaz #82798C

Tints of Topaz #82798C

Color information

#82798C (or 0x82798C) is unknown color: approx Topaz. HEX triplet: 82, 79 and 8C. RGB value is (130,121,140). Sum of RGB (Red+Green+Blue) = 130+121+140=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 140 - color contains mainly: blue. Hex color #82798C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82798C is #7D8673. Grayscale: #7D7D7D. Windows color (decimal): -8226420 or 9206146. OLE color: 9206146.

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

Color convert

RGB130121140-
CMYK0.070.1400.45
HSL268.42º7.63%51.18%-
HSV(B)268.42º13.57%54.9%-
XYZ20.7820.3127.64-
YUV125.86135.98130.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.25%
GREEN value IS 121 (47.66% from 255) = 30.95%
BLUE value IS 140 (55.08% from 255) = 35.81%
R=33.25%
G=30.95%
B=35.81%

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
Decimal1301211400.070.1400.45268.427.6351.18
Hex82798C7E02D10c833
Octal2021712147160554141063
Binary10000010111100110001100111111001011011000011001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82798C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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