#837099

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

Shades of Deluge #837099

Tints of Deluge #837099

Color information

#837099 (or 0x837099) is unknown color: approx Deluge. HEX triplet: 83, 70 and 99. RGB value is (131,112,153). Sum of RGB (Red+Green+Blue) = 131+112+153=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 153 - color contains mainly: blue. Hex color #837099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837099 is #7C8F66. Grayscale: #7A7A7A. Windows color (decimal): -8163175 or 10055811. OLE color: 10055811.

HSL color Cylindrical-coordinate representation of color #837099: hue angle of 267.8º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #837099 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB131112153-
CMYK0.140.2700.4
HSL267.8º16.73%51.96%-
HSV(B)267.8º26.8%60%-
XYZ20.918.7132.65-
YUV122.35145.29134.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.08%
GREEN value IS 112 (44.14% from 255) = 28.28%
BLUE value IS 153 (60.16% from 255) = 38.64%
R=33.08%
G=28.28%
B=38.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1311121530.140.2700.4267.816.7351.96
Hex837099E1B02810c1134
Octal20316023116330504142164
Binary10000011111000010011001111011011010100010000110010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837099; }

 p { color: rgb(131,112,153); }

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

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

 a { background-color: rgb(131,112,153); }

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

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

 span { border-color: rgb(131,112,153); }

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