#846F97

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

Shades of Topaz #846F97

Tints of Topaz #846F97

Color information

#846F97 (or 0x846F97) is unknown color: approx Topaz. HEX triplet: 84, 6F and 97. RGB value is (132,111,151). Sum of RGB (Red+Green+Blue) = 132+111+151=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 151 - color contains mainly: blue. Hex color #846F97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846F97 is #7B9068. Grayscale: #797979. Windows color (decimal): -8097897 or 9924484. OLE color: 9924484.

HSL color Cylindrical-coordinate representation of color #846F97: hue angle of 271.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #846F97 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB132111151-
CMYK0.130.2600.41
HSL271.5º16.13%51.37%-
HSV(B)271.5º26.49%59.22%-
XYZ20.7918.5131.76-
YUV121.84144.46135.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.50%
GREEN value IS 111 (43.75% from 255) = 28.17%
BLUE value IS 151 (59.38% from 255) = 38.32%
R=33.50%
G=28.17%
B=38.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1321111510.130.2600.41271.516.1351.37
Hex846F97D1A0291101033
Octal20415722715320514202063
Binary10000100110111110010111110111010010100110001000010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846F97; }

 p { color: rgb(132,111,151); }

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

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

 a { background-color: rgb(132,111,151); }

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

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

 span { border-color: rgb(132,111,151); }

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