#80699E

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

Shades of Deluge #80699E

Tints of Deluge #80699E

Color information

#80699E (or 0x80699E) is unknown color: approx Deluge. HEX triplet: 80, 69 and 9E. RGB value is (128,105,158). Sum of RGB (Red+Green+Blue) = 128+105+158=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 158 - color contains mainly: blue. Hex color #80699E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80699E is #7F9661. Grayscale: #757575. Windows color (decimal): -8361570 or 10381696. OLE color: 10381696.

HSL color Cylindrical-coordinate representation of color #80699E: hue angle of 266.04º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80699E is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB128105158-
CMYK0.190.3400.38
HSL266.04º21.46%51.57%-
HSV(B)266.04º33.54%61.96%-
XYZ20.1317.1634.6-
YUV117.92150.62135.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.74%
GREEN value IS 105 (41.41% from 255) = 26.85%
BLUE value IS 158 (62.11% from 255) = 40.41%
R=32.74%
G=26.85%
B=40.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281051580.190.3400.38266.0421.4651.57
Hex80699E132202610a1534
Octal20015123623420464122564
Binary1000000011010011001111010011100010010011010000101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,105,158); }

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

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

 a { background-color: rgb(128,105,158); }

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

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

 span { border-color: rgb(128,105,158); }

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