#847990

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

Shades of Topaz #847990

Tints of Topaz #847990

Color information

#847990 (or 0x847990) is unknown color: approx Topaz. HEX triplet: 84, 79 and 90. RGB value is (132,121,144). Sum of RGB (Red+Green+Blue) = 132+121+144=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 144 - color contains mainly: blue. Hex color #847990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847990 is #7B866F. Grayscale: #7E7E7E. Windows color (decimal): -8095344 or 9468292. OLE color: 9468292.

HSL color Cylindrical-coordinate representation of color #847990: hue angle of 268.7º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #847990 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB132121144-
CMYK0.080.1600.44
HSL268.7º9.39%51.96%-
HSV(B)268.7º15.97%56.47%-
XYZ21.3920.5929.23-
YUV126.91137.64131.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.25%
GREEN value IS 121 (47.66% from 255) = 30.48%
BLUE value IS 144 (56.64% from 255) = 36.27%
R=33.25%
G=30.48%
B=36.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321211440.080.1600.44268.79.3951.96
Hex84799081002C10d934
Octal20417122010200544151164
Binary1000010011110011001000010001000001011001000011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847990; }

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

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

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

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

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

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

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

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