#83799C

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

Shades of Deluge #83799C

Tints of Deluge #83799C

Color information

#83799C (or 0x83799C) is unknown color: approx Deluge. HEX triplet: 83, 79 and 9C. RGB value is (131,121,156). Sum of RGB (Red+Green+Blue) = 131+121+156=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 156 - color contains mainly: blue. Hex color #83799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83799C is #7C8663. Grayscale: #7F7F7F. Windows color (decimal): -8160868 or 10254723. OLE color: 10254723.

HSL color Cylindrical-coordinate representation of color #83799C: hue angle of 257.14º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #83799C is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB131121156-
CMYK0.160.2200.39
HSL257.14º15.02%54.31%-
HSV(B)257.14º22.44%61.18%-
XYZ22.220.934.32-
YUV127.98143.81130.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.11%
GREEN value IS 121 (47.66% from 255) = 29.66%
BLUE value IS 156 (61.33% from 255) = 38.24%
R=32.11%
G=29.66%
B=38.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1311211560.160.2200.39257.1415.0254.31
Hex83799C1016027101f36
Octal20317123420260474011766
Binary10000011111100110011100100001011001001111000000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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