#827395

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

Shades of Topaz #827395

Tints of Topaz #827395

Color information

#827395 (or 0x827395) is unknown color: approx Topaz. HEX triplet: 82, 73 and 95. RGB value is (130,115,149). Sum of RGB (Red+Green+Blue) = 130+115+149=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 149 - color contains mainly: blue. Hex color #827395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827395 is #7D8C6A. Grayscale: #7B7B7B. Windows color (decimal): -8227947 or 9794434. OLE color: 9794434.

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

Color convert

RGB130115149-
CMYK0.130.2300.42
HSL266.47º13.82%51.76%-
HSV(B)266.47º22.82%58.43%-
XYZ20.7619.1831.04-
YUV123.36142.47132.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.99%
GREEN value IS 115 (45.31% from 255) = 29.19%
BLUE value IS 149 (58.59% from 255) = 37.82%
R=32.99%
G=29.19%
B=37.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301151490.130.2300.42266.4713.8251.76
Hex827395D1702A10ae34
Octal20216322515270524121664
Binary1000001011100111001010111011011101010101000010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827395; }

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

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

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

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

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

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

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

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