Html Css Color HEX #837291 Topaz

📋 copy color: '#837291'

red 131 ◦ green 114 ◦ blue 145

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

Shades of Topaz #837291

Tints of Topaz #837291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.18%

R = 33.59%
G = 29.23%
B = 37.18%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#837291 (or 0x837291) is known color: Topaz. HEX triplet: 83, 72 and 91. RGB value is (131,114,145). Sum of RGB (Red+Green+Blue) = 131+114+145=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 145 - color contains mainly: blue. Hex color #837291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837291 is #7C8D6E. Grayscale: #7A7A7A. Windows color (decimal): -8162671 or 9532035. OLE color: 9532035.

HSL color Cylindrical-coordinate representation of color #837291: hue angle of 272.9º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #837291 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 114 145 -
CMYK 0.10 0.21 0 0.43
HSL 272.9º 0.12% 0.51% -
HSV(B) 272.9º 0.21% 0.57% -
XYZ 20.49 18.9 29.36 -
YUV 122.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 131 114 145 0.10 0.21 0 0.43 272.9 0.12 0.51
Hex 83 72 91 A 15 0 2B 111 C 33
Octal 203 162 221 12 25 0 53 421 14 63
Binary 10000011 1110010 10010001 1010 10101 0 101011 100010001 1100 110011

Color Harmonies of #837291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837291

Black with #837291

Text Example


Text Example

White with #837291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837291; }

 p { color: rgb(131,114,145); }

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

background-color css

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

 a { background-color: rgb(131,114,145); }

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

border-color css

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

 span { border-color: rgb(131,114,145); }

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