#83799A

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

Shades of Deluge #83799A

Tints of Deluge #83799A

Color information

#83799A (or 0x83799A) is unknown color: approx Deluge. HEX triplet: 83, 79 and 9A. RGB value is (131,121,154). Sum of RGB (Red+Green+Blue) = 131+121+154=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 154 - color contains mainly: blue. Hex color #83799A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83799A is #7C8665. Grayscale: #7F7F7F. Windows color (decimal): -8160870 or 10123651. OLE color: 10123651.

HSL color Cylindrical-coordinate representation of color #83799A: hue angle of 258.18º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #83799A is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB131121154-
CMYK0.150.2100.40
HSL258.18º14.04%53.92%-
HSV(B)258.18º21.43%60.39%-
XYZ22.0320.8333.43-
YUV127.75142.81130.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.27%
GREEN value IS 121 (47.66% from 255) = 29.80%
BLUE value IS 154 (60.55% from 255) = 37.93%
R=32.27%
G=29.80%
B=37.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1311211540.150.2100.40258.1814.0453.92
Hex83799AF15028102e36
Octal20317123217250504021666
Binary1000001111110011001101011111010101010001000000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83799A; }

 p { color: rgb(131,121,154); }

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

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

 a { background-color: rgb(131,121,154); }

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

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

 span { border-color: rgb(131,121,154); }

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