#807D99

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

Shades of Deluge #807D99

Tints of Deluge #807D99

Color information

#807D99 (or 0x807D99) is unknown color: approx Deluge. HEX triplet: 80, 7D and 99. RGB value is (128,125,153). Sum of RGB (Red+Green+Blue) = 128+125+153=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 153 - color contains mainly: blue. Hex color #807D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807D99 is #7F8266. Grayscale: #808080. Windows color (decimal): -8356455 or 10059136. OLE color: 10059136.

HSL color Cylindrical-coordinate representation of color #807D99: hue angle of 246.43º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #807D99 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB128125153-
CMYK0.160.1800.4
HSL246.43º12.07%54.51%-
HSV(B)246.43º18.3%60%-
XYZ21.9921.5633.14-
YUV129.09141.49127.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.53%
GREEN value IS 125 (49.22% from 255) = 30.79%
BLUE value IS 153 (60.16% from 255) = 37.68%
R=31.53%
G=30.79%
B=37.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1281251530.160.1800.4246.4312.0754.51
Hex807D991012028f6c37
Octal20017523120220503661467
Binary1000000011111011001100110000100100101000111101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807D99; }

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

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

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

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

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

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

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

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