#837690

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

Shades of Topaz #837690

Tints of Topaz #837690

Color information

#837690 (or 0x837690) is unknown color: approx Topaz. HEX triplet: 83, 76 and 90. RGB value is (131,118,144). Sum of RGB (Red+Green+Blue) = 131+118+144=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 144 - color contains mainly: blue. Hex color #837690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837690 is #7C896F. Grayscale: #7C7C7C. Windows color (decimal): -8161648 or 9467523. OLE color: 9467523.

HSL color Cylindrical-coordinate representation of color #837690: hue angle of 270º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #837690 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB131118144-
CMYK0.090.1800.44
HSL270º10.48%51.37%-
HSV(B)270º18.06%56.47%-
XYZ20.8719.829.11-
YUV124.85138.81132.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.33%
GREEN value IS 118 (46.48% from 255) = 30.03%
BLUE value IS 144 (56.64% from 255) = 36.64%
R=33.33%
G=30.03%
B=36.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311181440.090.1800.4427010.4851.37
Hex83769091202C10ea33
Octal20316622011220544161263
Binary1000001111101101001000010011001001011001000011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837690; }

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

 H1.HeaderClassName
 {
   color: #837690;
 }
 .AnyTagClassName
 {
   color: #837690;
 }
</style>
background-color css

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

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

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

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

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

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