#827495

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

Shades of Topaz #827495

Tints of Topaz #827495

Color information

#827495 (or 0x827495) is unknown color: approx Topaz. HEX triplet: 82, 74 and 95. RGB value is (130,116,149). Sum of RGB (Red+Green+Blue) = 130+116+149=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 149 - color contains mainly: blue. Hex color #827495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827495 is #7D8B6A. Grayscale: #7B7B7B. Windows color (decimal): -8227691 or 9794690. OLE color: 9794690.

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

Color convert

RGB130116149-
CMYK0.130.2200.42
HSL265.45º13.47%51.96%-
HSV(B)265.45º22.15%58.43%-
XYZ20.8819.4131.08-
YUV123.95142.14132.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.91%
GREEN value IS 116 (45.70% from 255) = 29.37%
BLUE value IS 149 (58.59% from 255) = 37.72%
R=32.91%
G=29.37%
B=37.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301161490.130.2200.42265.4513.4751.96
Hex827495D1602A109d34
Octal20216422515260524111564
Binary1000001011101001001010111011011001010101000010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827495; }

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

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

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

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

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

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

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

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