#827595

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

Shades of Topaz #827595

Tints of Topaz #827595

Color information

#827595 (or 0x827595) is unknown color: approx Topaz. HEX triplet: 82, 75 and 95. RGB value is (130,117,149). Sum of RGB (Red+Green+Blue) = 130+117+149=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 149 - color contains mainly: blue. Hex color #827595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827595 is #7D8A6A. Grayscale: #7C7C7C. Windows color (decimal): -8227435 or 9794946. OLE color: 9794946.

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

Color convert

RGB130117149-
CMYK0.130.2100.42
HSL264.38º13.11%52.16%-
HSV(B)264.38º21.48%58.43%-
XYZ20.9919.6431.12-
YUV124.54141.81131.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.83%
GREEN value IS 117 (46.09% from 255) = 29.55%
BLUE value IS 149 (58.59% from 255) = 37.63%
R=32.83%
G=29.55%
B=37.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301171490.130.2100.42264.3813.1152.16
Hex827595D1502A108d34
Octal20216522515250524101564
Binary1000001011101011001010111011010101010101000010001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827595; }

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

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

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

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

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

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

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

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