#827490

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

Shades of Topaz #827490

Tints of Topaz #827490

Color information

#827490 (or 0x827490) is unknown color: approx Topaz. HEX triplet: 82, 74 and 90. RGB value is (130,116,144). Sum of RGB (Red+Green+Blue) = 130+116+144=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 144 - color contains mainly: blue. Hex color #827490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827490 is #7D8B6F. Grayscale: #7B7B7B. Windows color (decimal): -8227696 or 9467010. OLE color: 9467010.

HSL color Cylindrical-coordinate representation of color #827490: hue angle of 270º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #827490 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB130116144-
CMYK0.100.1900.44
HSL270º11.2%50.98%-
HSV(B)270º19.44%56.47%-
XYZ20.4919.2529.02-
YUV123.38139.64132.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.33%
GREEN value IS 116 (45.70% from 255) = 29.74%
BLUE value IS 144 (56.64% from 255) = 36.92%
R=33.33%
G=29.74%
B=36.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301161440.100.1900.4427011.250.98
Hex827490A1302C10eb33
Octal20216422012230544161363
Binary1000001011101001001000010101001101011001000011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827490; }

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

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

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

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

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

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

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

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