#847195

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

Shades of Topaz #847195

Tints of Topaz #847195

Color information

#847195 (or 0x847195) is unknown color: approx Topaz. HEX triplet: 84, 71 and 95. RGB value is (132,113,149). Sum of RGB (Red+Green+Blue) = 132+113+149=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 113 (44.53% from 255 or 28.68% 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 #847195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847195 is #7B8E6A. Grayscale: #7A7A7A. Windows color (decimal): -8097387 or 9793924. OLE color: 9793924.

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

Color convert

RGB132113149-
CMYK0.110.2400.42
HSL271.67º14.52%51.37%-
HSV(B)271.67º24.16%58.43%-
XYZ20.8518.8930.98-
YUV122.79142.79134.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.50%
GREEN value IS 113 (44.53% from 255) = 28.68%
BLUE value IS 149 (58.59% from 255) = 37.82%
R=33.50%
G=28.68%
B=37.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321131490.110.2400.42271.6714.5251.37
Hex847195B1802A110f33
Octal20416122513300524201763
Binary1000010011100011001010110111100001010101000100001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847195; }

 p { color: rgb(132,113,149); }

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

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

 a { background-color: rgb(132,113,149); }

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

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

 span { border-color: rgb(132,113,149); }

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