Html Css Color HEX #837391 Topaz

📋 copy color: '#837391'

red 131 ◦ green 115 ◦ blue 145

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

Shades of Topaz #837391

Tints of Topaz #837391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.41%

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

R = 33.5%
G = 29.41%
B = 37.08%

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

#837391 (or 0x837391) is known color: Topaz. HEX triplet: 83, 73 and 91. RGB value is (131,115,145). Sum of RGB (Red+Green+Blue) = 131+115+145=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 145 - color contains mainly: blue. Hex color #837391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837391 is #7C8C6E. Grayscale: #7B7B7B. Windows color (decimal): -8162415 or 9532291. OLE color: 9532291.

HSL color Cylindrical-coordinate representation of color #837391: hue angle of 272º 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 #837391 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 115 145 -
CMYK 0.10 0.21 0 0.43
HSL 272º 0.12% 0.51% -
HSV(B) 272º 0.21% 0.57% -
XYZ 20.6 19.13 29.39 -
YUV 123.2 140.3 133.56 -
System Red Green Blue C M Y K H S L
Decimal 131 115 145 0.10 0.21 0 0.43 272 0.12 0.51
Hex 83 73 91 A 15 0 2B 110 C 33
Octal 203 163 221 12 25 0 53 420 14 63
Binary 10000011 1110011 10010001 1010 10101 0 101011 100010000 1100 110011

Color Harmonies of #837391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837391

Black with #837391

Text Example


Text Example

White with #837391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837391; }

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

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

background-color css

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

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

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

border-color css

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

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

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