#807899

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

Shades of Deluge #807899

Tints of Deluge #807899

Color information

#807899 (or 0x807899) is unknown color: approx Deluge. HEX triplet: 80, 78 and 99. RGB value is (128,120,153). Sum of RGB (Red+Green+Blue) = 128+120+153=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 153 - color contains mainly: blue. Hex color #807899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807899 is #7F8766. Grayscale: #7E7E7E. Windows color (decimal): -8357735 or 10057856. OLE color: 10057856.

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

Color convert

RGB128120153-
CMYK0.160.2200.4
HSL254.55º13.92%53.53%-
HSV(B)254.55º21.57%60%-
XYZ21.3720.3232.93-
YUV126.15143.15129.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.92%
GREEN value IS 120 (47.27% from 255) = 29.93%
BLUE value IS 153 (60.16% from 255) = 38.15%
R=31.92%
G=29.93%
B=38.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1281201530.160.2200.4254.5513.9253.53
Hex8078991016028ffe36
Octal20017023120260503771666
Binary1000000011110001001100110000101100101000111111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807899; }

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

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

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

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

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

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

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

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