#83789D

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

Shades of Deluge #83789D

Tints of Deluge #83789D

Color information

#83789D (or 0x83789D) is unknown color: approx Deluge. HEX triplet: 83, 78 and 9D. RGB value is (131,120,157). Sum of RGB (Red+Green+Blue) = 131+120+157=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 157 - color contains mainly: blue. Hex color #83789D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83789D is #7C8762. Grayscale: #7F7F7F. Windows color (decimal): -8161123 or 10320003. OLE color: 10320003.

HSL color Cylindrical-coordinate representation of color #83789D: hue angle of 257.84º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #83789D is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB131120157-
CMYK0.170.2400.38
HSL257.84º15.88%54.31%-
HSV(B)257.84º23.57%61.57%-
XYZ22.1620.6934.72-
YUV127.51144.64130.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.11%
GREEN value IS 120 (47.27% from 255) = 29.41%
BLUE value IS 157 (61.72% from 255) = 38.48%
R=32.11%
G=29.41%
B=38.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311201570.170.2400.38257.8415.8854.31
Hex83789D11180261021036
Octal20317023521300464022066
Binary100000111111000100111011000111000010011010000001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83789D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83789D; }

 p { color: rgb(131,120,157); }

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

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

 a { background-color: rgb(131,120,157); }

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

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

 span { border-color: rgb(131,120,157); }

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