#847495

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

Shades of Topaz #847495

Tints of Topaz #847495

Color information

#847495 (or 0x847495) is unknown color: approx Topaz. HEX triplet: 84, 74 and 95. RGB value is (132,116,149). Sum of RGB (Red+Green+Blue) = 132+116+149=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 149 - color contains mainly: blue. Hex color #847495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847495 is #7B8B6A. Grayscale: #7C7C7C. Windows color (decimal): -8096619 or 9794692. OLE color: 9794692.

HSL color Cylindrical-coordinate representation of color #847495: hue angle of 269.09º 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 #847495 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB132116149-
CMYK0.110.2200.42
HSL269.09º13.47%51.96%-
HSV(B)269.09º22.15%58.43%-
XYZ21.1919.5731.09-
YUV124.55141.8133.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.25%
GREEN value IS 116 (45.70% from 255) = 29.22%
BLUE value IS 149 (58.59% from 255) = 37.53%
R=33.25%
G=29.22%
B=37.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321161490.110.2200.42269.0913.4751.96
Hex847495B1602A10dd34
Octal20416422513260524151564
Binary1000010011101001001010110111011001010101000011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847495; }

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

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

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

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

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

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

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

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