#827095

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

Shades of Topaz #827095

Tints of Topaz #827095

Color information

#827095 (or 0x827095) is unknown color: approx Topaz. HEX triplet: 82, 70 and 95. RGB value is (130,112,149). Sum of RGB (Red+Green+Blue) = 130+112+149=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 149 - color contains mainly: blue. Hex color #827095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827095 is #7D8F6A. Grayscale: #797979. Windows color (decimal): -8228715 or 9793666. OLE color: 9793666.

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

Color convert

RGB130112149-
CMYK0.130.2500.42
HSL269.19º14.86%51.18%-
HSV(B)269.19º24.83%58.43%-
XYZ20.4218.530.93-
YUV121.6143.46133.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.25%
GREEN value IS 112 (44.14% from 255) = 28.64%
BLUE value IS 149 (58.59% from 255) = 38.11%
R=33.25%
G=28.64%
B=38.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301121490.130.2500.42269.1914.8651.18
Hex827095D1902A10df33
Octal20216022515310524151763
Binary1000001011100001001010111011100101010101000011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827095; }

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

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

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

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

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

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

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

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