#83689B

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

Shades of Deluge #83689B

Tints of Deluge #83689B

Color information

#83689B (or 0x83689B) is unknown color: approx Deluge. HEX triplet: 83, 68 and 9B. RGB value is (131,104,155). Sum of RGB (Red+Green+Blue) = 131+104+155=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 155 - color contains mainly: blue. Hex color #83689B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83689B is #7C9764. Grayscale: #757575. Windows color (decimal): -8165221 or 10184835. OLE color: 10184835.

HSL color Cylindrical-coordinate representation of color #83689B: hue angle of 271.76º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83689B is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB131104155-
CMYK0.150.3300.39
HSL271.76º20.32%50.78%-
HSV(B)271.76º32.9%60.78%-
XYZ20.2317.0933.24-
YUV117.89148.95137.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.59%
GREEN value IS 104 (41.02% from 255) = 26.67%
BLUE value IS 155 (60.94% from 255) = 39.74%
R=33.59%
G=26.67%
B=39.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1311041550.150.3300.39271.7620.3250.78
Hex83689BF210271101433
Octal20315023317410474202463
Binary100000111101000100110111111100001010011110001000010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83689B; }

 p { color: rgb(131,104,155); }

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

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

 a { background-color: rgb(131,104,155); }

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

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

 span { border-color: rgb(131,104,155); }

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