#83769F

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

Shades of Deluge #83769F

Tints of Deluge #83769F

Color information

#83769F (or 0x83769F) is unknown color: approx Deluge. HEX triplet: 83, 76 and 9F. RGB value is (131,118,159). Sum of RGB (Red+Green+Blue) = 131+118+159=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 159 - color contains mainly: blue. Hex color #83769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83769F is #7C8960. Grayscale: #7E7E7E. Windows color (decimal): -8161633 or 10450563. OLE color: 10450563.

HSL color Cylindrical-coordinate representation of color #83769F: hue angle of 259.02º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #83769F is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB131118159-
CMYK0.180.2600.38
HSL259.02º17.6%54.31%-
HSV(B)259.02º25.79%62.35%-
XYZ22.120.2935.55-
YUV126.56146.31131.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.11%
GREEN value IS 118 (46.48% from 255) = 28.92%
BLUE value IS 159 (62.5% from 255) = 38.97%
R=32.11%
G=28.92%
B=38.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311181590.180.2600.38259.0217.654.31
Hex83769F121A0261031236
Octal20316623722320464032266
Binary100000111110110100111111001011010010011010000001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83769F; }

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

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

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

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

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

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

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

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