#807A95

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

Shades of Deluge #807A95

Tints of Deluge #807A95

Color information

#807A95 (or 0x807A95) is unknown color: approx Deluge. HEX triplet: 80, 7A and 95. RGB value is (128,122,149). Sum of RGB (Red+Green+Blue) = 128+122+149=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 149 - color contains mainly: blue. Hex color #807A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807A95 is #7F856A. Grayscale: #7E7E7E. Windows color (decimal): -8357227 or 9796224. OLE color: 9796224.

HSL color Cylindrical-coordinate representation of color #807A95: hue angle of 253.33º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #807A95 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB128122149-
CMYK0.140.1800.42
HSL253.33º11.3%53.14%-
HSV(B)253.33º18.12%58.43%-
XYZ21.2920.6831.3-
YUV126.87140.49128.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.08%
GREEN value IS 122 (48.05% from 255) = 30.58%
BLUE value IS 149 (58.59% from 255) = 37.34%
R=32.08%
G=30.58%
B=37.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281221490.140.1800.42253.3311.353.14
Hex807A95E1202Afdb35
Octal20017222516220523751365
Binary100000001111010100101011110100100101010111111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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