#827290

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

Shades of Topaz #827290

Tints of Topaz #827290

Color information

#827290 (or 0x827290) is unknown color: approx Topaz. HEX triplet: 82, 72 and 90. RGB value is (130,114,144). Sum of RGB (Red+Green+Blue) = 130+114+144=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 144 - color contains mainly: blue. Hex color #827290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827290 is #7D8D6F. Grayscale: #7A7A7A. Windows color (decimal): -8228208 or 9466498. OLE color: 9466498.

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

Color convert

RGB130114144-
CMYK0.100.2100.44
HSL272º11.9%50.59%-
HSV(B)272º20.83%56.47%-
XYZ20.2618.7928.95-
YUV122.2140.3133.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.51%
GREEN value IS 114 (44.92% from 255) = 29.38%
BLUE value IS 144 (56.64% from 255) = 37.11%
R=33.51%
G=29.38%
B=37.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301141440.100.2100.4427211.950.59
Hex827290A1502C110c33
Octal20216222012250544201463
Binary1000001011100101001000010101010101011001000100001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827290; }

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

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

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

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

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

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

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

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