#826B93

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

Shades of Topaz #826B93

Tints of Topaz #826B93

Color information

#826B93 (or 0x826B93) is unknown color: approx Topaz. HEX triplet: 82, 6B and 93. RGB value is (130,107,147). Sum of RGB (Red+Green+Blue) = 130+107+147=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 147 - color contains mainly: blue. Hex color #826B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826B93 is #7D946C. Grayscale: #767676. Windows color (decimal): -8229997 or 9661314. OLE color: 9661314.

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

Color convert

RGB130107147-
CMYK0.120.2700.42
HSL274.5º15.75%49.8%-
HSV(B)274.5º27.21%57.65%-
XYZ19.7317.3729.92-
YUV118.44144.12136.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.85%
GREEN value IS 107 (42.19% from 255) = 27.86%
BLUE value IS 147 (57.81% from 255) = 38.28%
R=33.85%
G=27.86%
B=38.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301071470.120.2700.42274.515.7549.8
Hex826B93C1B02A1121032
Octal20215322314330524222062
Binary10000010110101110010011110011011010101010001001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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