Html Css Color HEX #847990 Topaz

📋 copy color: '#847990'

red 132 ◦ green 121 ◦ blue 144

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

Shades of Topaz #847990

Tints of Topaz #847990

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 value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#847990 (or 0x847990) is known color: 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

RGB 132 121 144 -
CMYK 0.08 0.16 0 0.44
HSL 268.7º 0.09% 0.52% -
HSV(B) 268.7º 0.16% 0.56% -
XYZ 21.39 20.59 29.23 -
YUV 126.91 137.64 131.63 -
System Red Green Blue C M Y K H S L
Decimal 132 121 144 0.08 0.16 0 0.44 268.7 0.09 0.52
Hex 84 79 90 8 10 0 2C 10D 9 34
Octal 204 171 220 10 20 0 54 415 11 64
Binary 10000100 1111001 10010000 1000 10000 0 101100 100001101 1001 110100

Color Harmonies of #847990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847990

Black with #847990

Text Example


Text Example

White with #847990

Text Example


Text Example

HTML Codes & Css Web 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>