#837692

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

Shades of Topaz #837692

Tints of Topaz #837692

Color information

#837692 (or 0x837692) is unknown color: approx Topaz. HEX triplet: 83, 76 and 92. RGB value is (131,118,146). Sum of RGB (Red+Green+Blue) = 131+118+146=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 146 - color contains mainly: blue. Hex color #837692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837692 is #7C896D. Grayscale: #7C7C7C. Windows color (decimal): -8161646 or 9598595. OLE color: 9598595.

HSL color Cylindrical-coordinate representation of color #837692: hue angle of 267.86º 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 #837692 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB131118146-
CMYK0.100.1900.43
HSL267.86º11.38%51.76%-
HSV(B)267.86º19.18%57.25%-
XYZ21.0319.8629.92-
YUV125.08139.81132.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.16%
GREEN value IS 118 (46.48% from 255) = 29.87%
BLUE value IS 146 (57.42% from 255) = 36.96%
R=33.16%
G=29.87%
B=36.96%

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
Decimal1311181460.100.1900.43267.8611.3851.76
Hex837692A1302B10cb34
Octal20316622212230534141364
Binary1000001111101101001001010101001101010111000011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837692; }

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

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

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

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

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

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

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

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