Html Css Color HEX #837193 Topaz

📋 copy color: '#837193'

red 131 ◦ green 113 ◦ blue 147

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

Shades of Topaz #837193

Tints of Topaz #837193

RGB

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

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

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

R = 33.5%
G = 28.9%
B = 37.6%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#837193 (or 0x837193) is known color: Topaz. HEX triplet: 83, 71 and 93. RGB value is (131,113,147). Sum of RGB (Red+Green+Blue) = 131+113+147=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 147 - color contains mainly: blue. Hex color #837193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837193 is #7C8E6C. Grayscale: #7A7A7A. Windows color (decimal): -8162925 or 9662851. OLE color: 9662851.

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

Color convert

RGB 131 113 147 -
CMYK 0.11 0.23 0 0.42
HSL 271.76º 0.14% 0.51% -
HSV(B) 271.76º 0.23% 0.58% -
XYZ 20.53 18.74 30.14 -
YUV 122.26 141.96 134.24 -
System Red Green Blue C M Y K H S L
Decimal 131 113 147 0.11 0.23 0 0.42 271.76 0.14 0.51
Hex 83 71 93 B 17 0 2A 110 E 33
Octal 203 161 223 13 27 0 52 420 16 63
Binary 10000011 1110001 10010011 1011 10111 0 101010 100010000 1110 110011

Color Harmonies of #837193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837193

Black with #837193

Text Example


Text Example

White with #837193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837193; }

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

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

background-color css

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

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

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

border-color css

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

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

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