Html Css Color HEX #837392 Topaz

📋 copy color: '#837392'

red 131 ◦ green 115 ◦ blue 146

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

Shades of Topaz #837392

Tints of Topaz #837392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.24%

R = 33.42%
G = 29.34%
B = 37.24%

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

#837392 (or 0x837392) is known color: Topaz. HEX triplet: 83, 73 and 92. RGB value is (131,115,146). Sum of RGB (Red+Green+Blue) = 131+115+146=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 146 - color contains mainly: blue. Hex color #837392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837392 is #7C8C6D. Grayscale: #7B7B7B. Windows color (decimal): -8162414 or 9597827. OLE color: 9597827.

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

Color convert

RGB 131 115 146 -
CMYK 0.10 0.21 0 0.43
HSL 270.97º 0.12% 0.51% -
HSV(B) 270.97º 0.21% 0.57% -
XYZ 20.68 19.16 29.8 -
YUV 123.32 140.8 133.48 -
System Red Green Blue C M Y K H S L
Decimal 131 115 146 0.10 0.21 0 0.43 270.97 0.12 0.51
Hex 83 73 92 A 15 0 2B 10F C 33
Octal 203 163 222 12 25 0 53 417 14 63
Binary 10000011 1110011 10010010 1010 10101 0 101011 100001111 1100 110011

Color Harmonies of #837392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837392

Black with #837392

Text Example


Text Example

White with #837392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837392; }

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

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

background-color css

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

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

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

border-color css

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

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

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