#807295

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

Shades of Deluge #807295

Tints of Deluge #807295

Color information

#807295 (or 0x807295) is unknown color: approx Deluge. HEX triplet: 80, 72 and 95. RGB value is (128,114,149). Sum of RGB (Red+Green+Blue) = 128+114+149=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 149 - color contains mainly: blue. Hex color #807295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807295 is #7F8D6A. Grayscale: #7A7A7A. Windows color (decimal): -8359275 or 9794176. OLE color: 9794176.

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

Color convert

RGB128114149-
CMYK0.140.2300.42
HSL264º14.17%51.57%-
HSV(B)264º23.49%58.43%-
XYZ20.3418.7930.99-
YUV122.18143.14132.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.74%
GREEN value IS 114 (44.92% from 255) = 29.16%
BLUE value IS 149 (58.59% from 255) = 38.11%
R=32.74%
G=29.16%
B=38.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281141490.140.2300.4226414.1751.57
Hex807295E1702A108e34
Octal20016222516270524101664
Binary1000000011100101001010111101011101010101000010001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807295; }

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

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

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

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

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

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

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

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