#827392

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

Shades of Topaz #827392

Tints of Topaz #827392

Color information

#827392 (or 0x827392) is unknown color: approx Topaz. HEX triplet: 82, 73 and 92. RGB value is (130,115,146). Sum of RGB (Red+Green+Blue) = 130+115+146=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 146 - color contains mainly: blue. Hex color #827392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827392 is #7D8C6D. Grayscale: #7A7A7A. Windows color (decimal): -8227950 or 9597826. OLE color: 9597826.

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

Color convert

RGB130115146-
CMYK0.110.2100.43
HSL269.03º12.45%51.18%-
HSV(B)269.03º21.23%57.25%-
XYZ20.5219.0829.8-
YUV123.02140.97132.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.25%
GREEN value IS 115 (45.31% from 255) = 29.41%
BLUE value IS 146 (57.42% from 255) = 37.34%
R=33.25%
G=29.41%
B=37.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301151460.110.2100.43269.0312.4551.18
Hex827392B1502B10dc33
Octal20216322213250534151463
Binary1000001011100111001001010111010101010111000011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827392; }

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

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

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

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

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

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

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

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