Html Css Color HEX #847893 Topaz

📋 copy color: '#847893'

red 132 ◦ green 120 ◦ blue 147

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

Shades of Topaz #847893

Tints of Topaz #847893

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.08%

 BLUE value IS 147 (57.81% from 255) = 36.84%

R = 33.08%
G = 30.08%
B = 36.84%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#847893 (or 0x847893) is known color: Topaz. HEX triplet: 84, 78 and 93. RGB value is (132,120,147). Sum of RGB (Red+Green+Blue) = 132+120+147=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 147 - color contains mainly: blue. Hex color #847893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847893 is #7B876C. Grayscale: #7E7E7E. Windows color (decimal): -8095597 or 9664644. OLE color: 9664644.

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

Color convert

RGB 132 120 147 -
CMYK 0.10 0.18 0 0.42
HSL 266.67º 0.11% 0.52% -
HSV(B) 266.67º 0.18% 0.58% -
XYZ 21.5 20.45 30.42 -
YUV 126.67 139.48 131.8 -
System Red Green Blue C M Y K H S L
Decimal 132 120 147 0.10 0.18 0 0.42 266.67 0.11 0.52
Hex 84 78 93 A 12 0 2A 10B B 34
Octal 204 170 223 12 22 0 52 413 13 64
Binary 10000100 1111000 10010011 1010 10010 0 101010 100001011 1011 110100

Color Harmonies of #847893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847893

Black with #847893

Text Example


Text Example

White with #847893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847893; }

 p { color: rgb(132,120,147); }

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

background-color css

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

 a { background-color: rgb(132,120,147); }

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

border-color css

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

 span { border-color: rgb(132,120,147); }

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