#827390

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

Shades of Topaz #827390

Tints of Topaz #827390

Color information

#827390 (or 0x827390) is unknown color: approx Topaz. HEX triplet: 82, 73 and 90. RGB value is (130,115,144). Sum of RGB (Red+Green+Blue) = 130+115+144=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 144 - color contains mainly: blue. Hex color #827390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827390 is #7D8C6F. Grayscale: #7A7A7A. Windows color (decimal): -8227952 or 9466754. OLE color: 9466754.

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

Color convert

RGB130115144-
CMYK0.100.2000.44
HSL271.03º11.55%50.78%-
HSV(B)271.03º20.14%56.47%-
XYZ20.3719.0228.98-
YUV122.79139.97133.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.42%
GREEN value IS 115 (45.31% from 255) = 29.56%
BLUE value IS 144 (56.64% from 255) = 37.02%
R=33.42%
G=29.56%
B=37.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301151440.100.2000.44271.0311.5550.78
Hex827390A1402C10fc33
Octal20216322012240544171463
Binary1000001011100111001000010101010001011001000011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827390; }

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

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

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

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

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

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

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

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