#847995

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

Shades of Topaz #847995

Tints of Topaz #847995

Color information

#847995 (or 0x847995) is unknown color: approx Topaz. HEX triplet: 84, 79 and 95. RGB value is (132,121,149). Sum of RGB (Red+Green+Blue) = 132+121+149=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 149 - color contains mainly: blue. Hex color #847995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847995 is #7B866A. Grayscale: #7F7F7F. Windows color (decimal): -8095339 or 9795972. OLE color: 9795972.

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

Color convert

RGB132121149-
CMYK0.110.1900.42
HSL263.57º11.67%52.94%-
HSV(B)263.57º18.79%58.43%-
XYZ21.7820.7531.29-
YUV127.48140.14131.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.84%
GREEN value IS 121 (47.66% from 255) = 30.10%
BLUE value IS 149 (58.59% from 255) = 37.06%
R=32.84%
G=30.10%
B=37.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321211490.110.1900.42263.5711.6752.94
Hex847995B1302A108c35
Octal20417122513230524101465
Binary1000010011110011001010110111001101010101000010001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847995; }

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

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

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

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

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

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

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

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