#816E97

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

Shades of Deluge #816E97

Tints of Deluge #816E97

Color information

#816E97 (or 0x816E97) is unknown color: approx Deluge. HEX triplet: 81, 6E and 97. RGB value is (129,110,151). Sum of RGB (Red+Green+Blue) = 129+110+151=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 151 (59.38% from 255 or 38.72% from 390); Max value from RGB is 151 - color contains mainly: blue. Hex color #816E97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816E97 is #7E9168. Grayscale: #787878. Windows color (decimal): -8294761 or 9924225. OLE color: 9924225.

HSL color Cylindrical-coordinate representation of color #816E97: hue angle of 267.8º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #816E97 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB129110151-
CMYK0.150.2700.41
HSL267.8º16.47%51.18%-
HSV(B)267.8º27.15%59.22%-
XYZ20.2218.0531.7-
YUV120.35145.29134.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.08%
GREEN value IS 110 (43.36% from 255) = 28.21%
BLUE value IS 151 (59.38% from 255) = 38.72%
R=33.08%
G=28.21%
B=38.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1291101510.150.2700.41267.816.4751.18
Hex816E97F1B02910c1033
Octal20115622717330514142063
Binary10000001110111010010111111111011010100110000110010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816E97; }

 p { color: rgb(129,110,151); }

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

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

 a { background-color: rgb(129,110,151); }

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

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

 span { border-color: rgb(129,110,151); }

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