Html Css Color HEX #837C91 Topaz

📋 copy color: '#837C91'

red 131 ◦ green 124 ◦ blue 145

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

Shades of Topaz #837C91

Tints of Topaz #837C91

RGB

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

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

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

R = 32.75%
G = 31%
B = 36.25%

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

#837C91 (or 0x837C91) is known color: Topaz. HEX triplet: 83, 7C and 91. RGB value is (131,124,145). Sum of RGB (Red+Green+Blue) = 131+124+145=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 145 - color contains mainly: blue. Hex color #837C91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837C91 is #7C836E. Grayscale: #808080. Windows color (decimal): -8160111 or 9534595. OLE color: 9534595.

HSL color Cylindrical-coordinate representation of color #837C91: hue angle of 260º degrees, saturation: 0.09, 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 #837C91 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 124 145 -
CMYK 0.10 0.14 0 0.43
HSL 260º 0.09% 0.53% -
HSV(B) 260º 0.14% 0.57% -
XYZ 21.68 21.28 29.75 -
YUV 128.49 137.32 129.79 -
System Red Green Blue C M Y K H S L
Decimal 131 124 145 0.10 0.14 0 0.43 260 0.09 0.53
Hex 83 7C 91 A E 0 2B 104 9 35
Octal 203 174 221 12 16 0 53 404 11 65
Binary 10000011 1111100 10010001 1010 1110 0 101011 100000100 1001 110101

Color Harmonies of #837C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837C91

Black with #837C91

Text Example


Text Example

White with #837C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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