Html Css Color HEX #837691 Topaz

📋 copy color: '#837691'

red 131 ◦ green 118 ◦ blue 145

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

Shades of Topaz #837691

Tints of Topaz #837691

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.95%

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

R = 33.25%
G = 29.95%
B = 36.8%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#837691 (or 0x837691) is known color: Topaz. HEX triplet: 83, 76 and 91. RGB value is (131,118,145). Sum of RGB (Red+Green+Blue) = 131+118+145=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 145 - color contains mainly: blue. Hex color #837691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837691 is #7C896E. Grayscale: #7C7C7C. Windows color (decimal): -8161647 or 9533059. OLE color: 9533059.

HSL color Cylindrical-coordinate representation of color #837691: hue angle of 268.89º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #837691 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 118 145 -
CMYK 0.10 0.19 0 0.43
HSL 268.89º 0.11% 0.52% -
HSV(B) 268.89º 0.19% 0.57% -
XYZ 20.95 19.83 29.51 -
YUV 124.97 139.31 132.3 -
System Red Green Blue C M Y K H S L
Decimal 131 118 145 0.10 0.19 0 0.43 268.89 0.11 0.52
Hex 83 76 91 A 13 0 2B 10D B 34
Octal 203 166 221 12 23 0 53 415 13 64
Binary 10000011 1110110 10010001 1010 10011 0 101011 100001101 1011 110100

Color Harmonies of #837691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837691

Black with #837691

Text Example


Text Example

White with #837691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837691; }

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

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

background-color css

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

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

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

border-color css

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

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

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