#827989

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

Shades of Topaz #827989

Tints of Topaz #827989

Color information

#827989 (or 0x827989) is unknown color: approx Topaz. HEX triplet: 82, 79 and 89. RGB value is (130,121,137). Sum of RGB (Red+Green+Blue) = 130+121+137=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 137 - color contains mainly: blue. Hex color #827989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827989 is #7D8676. Grayscale: #7D7D7D. Windows color (decimal): -8226423 or 9009538. OLE color: 9009538.

HSL color Cylindrical-coordinate representation of color #827989: hue angle of 273.75º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #827989 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB130121137-
CMYK0.050.1200.46
HSL273.75º6.35%50.59%-
HSV(B)273.75º11.68%53.73%-
XYZ20.5620.2326.49-
YUV125.51134.48131.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.51%
GREEN value IS 121 (47.66% from 255) = 31.19%
BLUE value IS 137 (53.91% from 255) = 35.31%
R=33.51%
G=31.19%
B=35.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301211370.050.1200.46273.756.3550.59
Hex8279895C02E112633
Octal202171211514056422663
Binary1000001011110011000100110111000101110100010010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827989; }

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

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

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

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

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

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

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

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