Html Css Color HEX #837E92 Topaz

📋 copy color: '#837E92'

red 131 ◦ green 126 ◦ blue 146

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

Shades of Topaz #837E92

Tints of Topaz #837E92

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.27%

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

R = 32.51%
G = 31.27%
B = 36.23%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#837E92 (or 0x837E92) is known color: Topaz. HEX triplet: 83, 7E and 92. RGB value is (131,126,146). Sum of RGB (Red+Green+Blue) = 131+126+146=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 146 - color contains mainly: blue. Hex color #837E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837E92 is #7C816D. Grayscale: #818181. Windows color (decimal): -8159598 or 9600643. OLE color: 9600643.

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

Color convert

RGB 131 126 146 -
CMYK 0.10 0.14 0 0.43
HSL 255º 0.08% 0.53% -
HSV(B) 255º 0.14% 0.57% -
XYZ 22.01 21.82 30.25 -
YUV 129.78 137.16 128.87 -
System Red Green Blue C M Y K H S L
Decimal 131 126 146 0.10 0.14 0 0.43 255 0.08 0.53
Hex 83 7E 92 A E 0 2B FF 8 35
Octal 203 176 222 12 16 0 53 377 10 65
Binary 10000011 1111110 10010010 1010 1110 0 101011 11111111 1000 110101

Color Harmonies of #837E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837E92

Black with #837E92

Text Example


Text Example

White with #837E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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