#806599

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

Shades of Deluge #806599

Tints of Deluge #806599

Color information

#806599 (or 0x806599) is unknown color: approx Deluge. HEX triplet: 80, 65 and 99. RGB value is (128,101,153). Sum of RGB (Red+Green+Blue) = 128+101+153=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 153 - color contains mainly: blue. Hex color #806599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806599 is #7F9A66. Grayscale: #727272. Windows color (decimal): -8362599 or 10052992. OLE color: 10052992.

HSL color Cylindrical-coordinate representation of color #806599: hue angle of 271.15º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #806599 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB128101153-
CMYK0.160.3400.4
HSL271.15º20.47%49.8%-
HSV(B)271.15º33.99%60%-
XYZ19.3116.232.25-
YUV115149.45137.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.51%
GREEN value IS 101 (39.84% from 255) = 26.44%
BLUE value IS 153 (60.16% from 255) = 40.05%
R=33.51%
G=26.44%
B=40.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1281011530.160.3400.4271.1520.4749.8
Hex806599102202810f1432
Octal20014523120420504172462
Binary1000000011001011001100110000100010010100010000111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806599; }

 p { color: rgb(128,101,153); }

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

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

 a { background-color: rgb(128,101,153); }

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

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

 span { border-color: rgb(128,101,153); }

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