#837795

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

Shades of Topaz #837795

Tints of Topaz #837795

Color information

#837795 (or 0x837795) is unknown color: approx Topaz. HEX triplet: 83, 77 and 95. RGB value is (131,119,149). Sum of RGB (Red+Green+Blue) = 131+119+149=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 149 - color contains mainly: blue. Hex color #837795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837795 is #7C886A. Grayscale: #7D7D7D. Windows color (decimal): -8161387 or 9795459. OLE color: 9795459.

HSL color Cylindrical-coordinate representation of color #837795: hue angle of 264º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #837795 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB131119149-
CMYK0.120.2000.42
HSL264º12.4%52.55%-
HSV(B)264º20.13%58.43%-
XYZ21.3820.1931.2-
YUV126.01140.98131.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.83%
GREEN value IS 119 (46.88% from 255) = 29.82%
BLUE value IS 149 (58.59% from 255) = 37.34%
R=32.83%
G=29.82%
B=37.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311191490.120.2000.4226412.452.55
Hex837795C1402A108c35
Octal20316722514240524101465
Binary1000001111101111001010111001010001010101000010001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837795; }

 p { color: rgb(131,119,149); }

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

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

 a { background-color: rgb(131,119,149); }

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

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

 span { border-color: rgb(131,119,149); }

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