Html Css Color HEX #837C92 Topaz

📋 copy color: '#837C92'

red 131 ◦ green 124 ◦ blue 146

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

Shades of Topaz #837C92

Tints of Topaz #837C92

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.92%

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

R = 32.67%
G = 30.92%
B = 36.41%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#837C92 (or 0x837C92) is known color: Topaz. HEX triplet: 83, 7C and 92. RGB value is (131,124,146). Sum of RGB (Red+Green+Blue) = 131+124+146=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 146 - color contains mainly: blue. Hex color #837C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837C92 is #7C836D. Grayscale: #808080. Windows color (decimal): -8160110 or 9600131. OLE color: 9600131.

HSL color Cylindrical-coordinate representation of color #837C92: hue angle of 259.09º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #837C92 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 124 146 -
CMYK 0.10 0.15 0 0.43
HSL 259.09º 0.09% 0.53% -
HSV(B) 259.09º 0.15% 0.57% -
XYZ 21.76 21.32 30.16 -
YUV 128.6 137.82 129.71 -
System Red Green Blue C M Y K H S L
Decimal 131 124 146 0.10 0.15 0 0.43 259.09 0.09 0.53
Hex 83 7C 92 A F 0 2B 103 9 35
Octal 203 174 222 12 17 0 53 403 11 65
Binary 10000011 1111100 10010010 1010 1111 0 101011 100000011 1001 110101

Color Harmonies of #837C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837C92

Black with #837C92

Text Example


Text Example

White with #837C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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