#807C95

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

Shades of Deluge #807C95

Tints of Deluge #807C95

Color information

#807C95 (or 0x807C95) is unknown color: approx Deluge. HEX triplet: 80, 7C and 95. RGB value is (128,124,149). Sum of RGB (Red+Green+Blue) = 128+124+149=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 149 - color contains mainly: blue. Hex color #807C95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807C95 is #7F836A. Grayscale: #7F7F7F. Windows color (decimal): -8356715 or 9796736. OLE color: 9796736.

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

Color convert

RGB128124149-
CMYK0.140.1700.42
HSL249.6º10.55%53.53%-
HSV(B)249.6º16.78%58.43%-
XYZ21.5321.1731.39-
YUV128.05139.83127.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.92%
GREEN value IS 124 (48.83% from 255) = 30.92%
BLUE value IS 149 (58.59% from 255) = 37.16%
R=31.92%
G=30.92%
B=37.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281241490.140.1700.42249.610.5553.53
Hex807C95E1102Afab36
Octal20017422516210523721366
Binary100000001111100100101011110100010101010111110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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