#837695

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

Shades of Topaz #837695

Tints of Topaz #837695

Color information

#837695 (or 0x837695) is unknown color: approx Topaz. HEX triplet: 83, 76 and 95. RGB value is (131,118,149). Sum of RGB (Red+Green+Blue) = 131+118+149=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 149 - color contains mainly: blue. Hex color #837695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837695 is #7C896A. Grayscale: #7D7D7D. Windows color (decimal): -8161643 or 9795203. OLE color: 9795203.

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

Color convert

RGB131118149-
CMYK0.120.2100.42
HSL265.16º12.76%52.35%-
HSV(B)265.16º20.81%58.43%-
XYZ21.2619.9531.16-
YUV125.42141.31131.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.91%
GREEN value IS 118 (46.48% from 255) = 29.65%
BLUE value IS 149 (58.59% from 255) = 37.44%
R=32.91%
G=29.65%
B=37.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311181490.120.2100.42265.1612.7652.35
Hex837695C1502A109d34
Octal20316622514250524111564
Binary1000001111101101001010111001010101010101000010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837695; }

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

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

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

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

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

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

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

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