#80699D

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

Shades of Deluge #80699D

Tints of Deluge #80699D

Color information

#80699D (or 0x80699D) is unknown color: approx Deluge. HEX triplet: 80, 69 and 9D. RGB value is (128,105,157). Sum of RGB (Red+Green+Blue) = 128+105+157=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 157 - color contains mainly: blue. Hex color #80699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80699D is #7F9662. Grayscale: #757575. Windows color (decimal): -8361571 or 10316160. OLE color: 10316160.

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

Color convert

RGB128105157-
CMYK0.180.3300.38
HSL266.54º20.97%51.37%-
HSV(B)266.54º33.12%61.57%-
XYZ20.0417.1334.15-
YUV117.8150.12135.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.82%
GREEN value IS 105 (41.41% from 255) = 26.92%
BLUE value IS 157 (61.72% from 255) = 40.26%
R=32.82%
G=26.92%
B=40.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281051570.180.3300.38266.5420.9751.37
Hex80699D122102610b1533
Octal20015123522410464132563
Binary1000000011010011001110110010100001010011010000101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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