#83679E

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

Shades of Deluge #83679E

Tints of Deluge #83679E

Color information

#83679E (or 0x83679E) is unknown color: approx Deluge. HEX triplet: 83, 67 and 9E. RGB value is (131,103,158). Sum of RGB (Red+Green+Blue) = 131+103+158=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 158 - color contains mainly: blue. Hex color #83679E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83679E is #7C9861. Grayscale: #757575. Windows color (decimal): -8165474 or 10381187. OLE color: 10381187.

HSL color Cylindrical-coordinate representation of color #83679E: hue angle of 270.55º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83679E is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB131103158-
CMYK0.170.3500.38
HSL270.55º22.09%51.18%-
HSV(B)270.55º34.81%61.96%-
XYZ20.3816.9934.55-
YUV117.64150.78137.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.42%
GREEN value IS 103 (40.62% from 255) = 26.28%
BLUE value IS 158 (62.11% from 255) = 40.31%
R=33.42%
G=26.28%
B=40.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311031580.170.3500.38270.5522.0951.18
Hex83679E112302610f1633
Octal20314723621430464172663
Binary1000001111001111001111010001100011010011010000111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83679E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83679E; }

 p { color: rgb(131,103,158); }

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

<style>
 a { background-color: #83679E; }

 a { background-color: rgb(131,103,158); }

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

<style>
 span { border-color: #83679E; }

 span { border-color: rgb(131,103,158); }

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