Html Css Color HEX #837196 Topaz

📋 copy color: '#837196'

red 131 ◦ green 113 ◦ blue 150

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

Shades of Topaz #837196

Tints of Topaz #837196

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.68%

 BLUE value IS 150 (58.98% from 255) = 38.07%

R = 33.25%
G = 28.68%
B = 38.07%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#837196 (or 0x837196) is known color: Topaz. HEX triplet: 83, 71 and 96. RGB value is (131,113,150). Sum of RGB (Red+Green+Blue) = 131+113+150=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 150 - color contains mainly: blue. Hex color #837196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837196 is #7C8E69. Grayscale: #7A7A7A. Windows color (decimal): -8162922 or 9859459. OLE color: 9859459.

HSL color Cylindrical-coordinate representation of color #837196: hue angle of 269.19º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #837196 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 131 113 150 -
CMYK 0.13 0.25 0 0.41
HSL 269.19º 0.15% 0.52% -
HSV(B) 269.19º 0.25% 0.59% -
XYZ 20.77 18.84 31.4 -
YUV 122.6 143.46 133.99 -
System Red Green Blue C M Y K H S L
Decimal 131 113 150 0.13 0.25 0 0.41 269.19 0.15 0.52
Hex 83 71 96 D 19 0 29 10D F 34
Octal 203 161 226 15 31 0 51 415 17 64
Binary 10000011 1110001 10010110 1101 11001 0 101001 100001101 1111 110100

Color Harmonies of #837196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837196

Black with #837196

Text Example


Text Example

White with #837196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837196; }

 p { color: rgb(131,113,150); }

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

background-color css

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

 a { background-color: rgb(131,113,150); }

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

border-color css

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

 span { border-color: rgb(131,113,150); }

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