#826D93

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

Shades of Topaz #826D93

Tints of Topaz #826D93

Color information

#826D93 (or 0x826D93) is unknown color: approx Topaz. HEX triplet: 82, 6D and 93. RGB value is (130,109,147). Sum of RGB (Red+Green+Blue) = 130+109+147=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 147 - color contains mainly: blue. Hex color #826D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826D93 is #7D926C. Grayscale: #777777. Windows color (decimal): -8229485 or 9661826. OLE color: 9661826.

HSL color Cylindrical-coordinate representation of color #826D93: hue angle of 273.16º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #826D93 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB130109147-
CMYK0.120.2600.42
HSL273.16º14.96%50.2%-
HSV(B)273.16º25.85%57.65%-
XYZ19.9417.7929.99-
YUV119.61143.46135.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.68%
GREEN value IS 109 (42.97% from 255) = 28.24%
BLUE value IS 147 (57.81% from 255) = 38.08%
R=33.68%
G=28.24%
B=38.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301091470.120.2600.42273.1614.9650.2
Hex826D93C1A02A111f32
Octal20215522314320524211762
Binary1000001011011011001001111001101001010101000100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826D93; }

 p { color: rgb(130,109,147); }

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

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

 a { background-color: rgb(130,109,147); }

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

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

 span { border-color: rgb(130,109,147); }

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