#827489

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

Shades of Topaz #827489

Tints of Topaz #827489

Color information

#827489 (or 0x827489) is unknown color: approx Topaz. HEX triplet: 82, 74 and 89. RGB value is (130,116,137). Sum of RGB (Red+Green+Blue) = 130+116+137=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 137 - color contains mainly: blue. Hex color #827489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827489 is #7D8B76. Grayscale: #7A7A7A. Windows color (decimal): -8227703 or 9008258. OLE color: 9008258.

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

Color convert

RGB130116137-
CMYK0.050.1500.46
HSL280º8.3%49.61%-
HSV(B)280º15.33%53.73%-
XYZ19.9719.0426.29-
YUV122.58136.14133.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.94%
GREEN value IS 116 (45.70% from 255) = 30.29%
BLUE value IS 137 (53.91% from 255) = 35.77%
R=33.94%
G=30.29%
B=35.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301161370.050.1500.462808.349.61
Hex8274895F02E118832
Octal2021642115170564301062
Binary10000010111010010001001101111101011101000110001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827489; }

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

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

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

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

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

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

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

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