#807D90

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

Shades of Deluge #807D90

Tints of Deluge #807D90

Color information

#807D90 (or 0x807D90) is unknown color: approx Deluge. HEX triplet: 80, 7D and 90. RGB value is (128,125,144). Sum of RGB (Red+Green+Blue) = 128+125+144=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 144 - color contains mainly: blue. Hex color #807D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807D90 is #7F826F. Grayscale: #7F7F7F. Windows color (decimal): -8356464 or 9469312. OLE color: 9469312.

HSL color Cylindrical-coordinate representation of color #807D90: hue angle of 249.47º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #807D90 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB128125144-
CMYK0.110.1300.44
HSL249.47º7.88%52.75%-
HSV(B)249.47º13.19%56.47%-
XYZ21.2721.2729.37-
YUV128.06136.99127.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.24%
GREEN value IS 125 (49.22% from 255) = 31.49%
BLUE value IS 144 (56.64% from 255) = 36.27%
R=32.24%
G=31.49%
B=36.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281251440.110.1300.44249.477.8852.75
Hex807D90BD02Cf9835
Octal20017522013150543711065
Binary10000000111110110010000101111010101100111110011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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