Html Css Color HEX #837190 Topaz

📋 copy color: '#837190'

red 131 ◦ green 113 ◦ blue 144

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

Shades of Topaz #837190

Tints of Topaz #837190

RGB

 RED value IS 131 (51.56% from 255) = 33.76%

 GREEN value IS 113 (44.53% from 255) = 29.12%

 BLUE value IS 144 (56.64% from 255) = 37.11%

R = 33.76%
G = 29.12%
B = 37.11%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#837190 (or 0x837190) is known color: Topaz. HEX triplet: 83, 71 and 90. RGB value is (131,113,144). Sum of RGB (Red+Green+Blue) = 131+113+144=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 144 - color contains mainly: blue. Hex color #837190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837190 is #7C8E6F. Grayscale: #797979. Windows color (decimal): -8162928 or 9466243. OLE color: 9466243.

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

Color convert

RGB 131 113 144 -
CMYK 0.09 0.22 0 0.44
HSL 274.84º 0.12% 0.5% -
HSV(B) 274.84º 0.22% 0.56% -
XYZ 20.3 18.65 28.92 -
YUV 121.92 140.46 134.48 -
System Red Green Blue C M Y K H S L
Decimal 131 113 144 0.09 0.22 0 0.44 274.84 0.12 0.5
Hex 83 71 90 9 16 0 2C 113 C 32
Octal 203 161 220 11 26 0 54 423 14 62
Binary 10000011 1110001 10010000 1001 10110 0 101100 100010011 1100 110010

Color Harmonies of #837190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837190

Black with #837190

Text Example


Text Example

White with #837190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837190; }

 p { color: rgb(131,113,144); }

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

background-color css

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

 a { background-color: rgb(131,113,144); }

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

border-color css

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

 span { border-color: rgb(131,113,144); }

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