#837691

Color #837691 Topaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Topaz #837691

Tints of Topaz #837691

Color information

#837691 (or 0x837691) is unknown color: approx 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

RGB131118145-
CMYK0.100.1900.43
HSL268.89º10.93%51.57%-
HSV(B)268.89º18.62%56.86%-
XYZ20.9519.8329.51-
YUV124.96139.31132.3-

RGB Variations

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

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.80%
R=33.25%
G=29.95%
B=36.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1311181450.100.1900.43268.8910.9351.57
Hex837691A1302B10db34
Octal20316622112230534151364
Binary1000001111101101001000110101001101010111000011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>