Html Css Color HEX #847297 Topaz

📋 copy color: '#847297'

red 132 ◦ green 114 ◦ blue 151

#847297
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Topaz #847297

Tints of Topaz #847297

RGB

 RED value IS 132 (51.95% from 255) = 33.25%

 GREEN value IS 114 (44.92% from 255) = 28.72%

 BLUE value IS 151 (59.38% from 255) = 38.04%

R = 33.25%
G = 28.72%
B = 38.04%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#847297 (or 0x847297) is known color: Topaz. HEX triplet: 84, 72 and 97. RGB value is (132,114,151). Sum of RGB (Red+Green+Blue) = 132+114+151=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 151 - color contains mainly: blue. Hex color #847297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847297 is #7B8D68. Grayscale: #7B7B7B. Windows color (decimal): -8097129 or 9925252. OLE color: 9925252.

HSL color Cylindrical-coordinate representation of color #847297: hue angle of 269.19º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #847297 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 132 114 151 -
CMYK 0.13 0.25 0 0.41
HSL 269.19º 0.15% 0.52% -
HSV(B) 269.19º 0.25% 0.59% -
XYZ 21.12 19.17 31.87 -
YUV 123.6 143.46 133.99 -
System Red Green Blue C M Y K H S L
Decimal 132 114 151 0.13 0.25 0 0.41 269.19 0.15 0.52
Hex 84 72 97 D 19 0 29 10D F 34
Octal 204 162 227 15 31 0 51 415 17 64
Binary 10000100 1110010 10010111 1101 11001 0 101001 100001101 1111 110100

Color Harmonies of #847297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847297

Black with #847297

Text Example


Text Example

White with #847297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847297; }

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

 H1.HeaderClassName
 {
   color: #847297;
 }
 .AnyTagClassName
 {
   color: #847297;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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