#827393

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

Shades of Topaz #827393

Tints of Topaz #827393

Color information

#827393 (or 0x827393) is unknown color: approx Topaz. HEX triplet: 82, 73 and 93. RGB value is (130,115,147). Sum of RGB (Red+Green+Blue) = 130+115+147=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 147 - color contains mainly: blue. Hex color #827393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827393 is #7D8C6C. Grayscale: #7B7B7B. Windows color (decimal): -8227949 or 9663362. OLE color: 9663362.

HSL color Cylindrical-coordinate representation of color #827393: hue angle of 268.12º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #827393 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB130115147-
CMYK0.120.2200.42
HSL268.12º12.9%51.37%-
HSV(B)268.12º21.77%57.65%-
XYZ20.619.1130.21-
YUV123.13141.47132.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.16%
GREEN value IS 115 (45.31% from 255) = 29.34%
BLUE value IS 147 (57.81% from 255) = 37.5%
R=33.16%
G=29.34%
B=37.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301151470.120.2200.42268.1212.951.37
Hex827393C1602A10cd33
Octal20216322314260524141563
Binary1000001011100111001001111001011001010101000011001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827393; }

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

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

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

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

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

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

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

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