#816EAC

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

Shades of Deluge #816EAC

Tints of Deluge #816EAC

Color information

#816EAC (or 0x816EAC) is unknown color: approx Deluge. HEX triplet: 81, 6E and AC. RGB value is (129,110,172). Sum of RGB (Red+Green+Blue) = 129+110+172=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #816EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816EAC is #7E9153. Grayscale: #7A7A7A. Windows color (decimal): -8294740 or 11300481. OLE color: 11300481.

HSL color Cylindrical-coordinate representation of color #816EAC: hue angle of 258.39º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #816EAC is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB129110172-
CMYK0.250.3600.33
HSL258.39º27.19%55.29%-
HSV(B)258.39º36.05%67.45%-
XYZ22.0818.841.49-
YUV122.75155.79132.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.39%
GREEN value IS 110 (43.36% from 255) = 26.76%
BLUE value IS 172 (67.58% from 255) = 41.85%
R=31.39%
G=26.76%
B=41.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291101720.250.3600.33258.3927.1955.29
Hex816EAC19240211021b37
Octal20115625431440414023367
Binary1000000111011101010110011001100100010000110000001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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