#807A9C

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

Shades of Deluge #807A9C

Tints of Deluge #807A9C

Color information

#807A9C (or 0x807A9C) is unknown color: approx Deluge. HEX triplet: 80, 7A and 9C. RGB value is (128,122,156). Sum of RGB (Red+Green+Blue) = 128+122+156=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 156 - color contains mainly: blue. Hex color #807A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807A9C is #7F8563. Grayscale: #7F7F7F. Windows color (decimal): -8357220 or 10254976. OLE color: 10254976.

HSL color Cylindrical-coordinate representation of color #807A9C: hue angle of 250.59º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #807A9C is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB128122156-
CMYK0.180.2200.39
HSL250.59º14.66%54.51%-
HSV(B)250.59º21.79%61.18%-
XYZ21.8620.9134.34-
YUV127.67143.99128.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.53%
GREEN value IS 122 (48.05% from 255) = 30.05%
BLUE value IS 156 (61.33% from 255) = 38.42%
R=31.53%
G=30.05%
B=38.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1281221560.180.2200.39250.5914.6654.51
Hex807A9C1216027fbf37
Octal20017223422260473731767
Binary1000000011110101001110010010101100100111111110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,122,156); }

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

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

 a { background-color: rgb(128,122,156); }

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

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

 span { border-color: rgb(128,122,156); }

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