#816EA1

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

Shades of Deluge #816EA1

Tints of Deluge #816EA1

Color information

#816EA1 (or 0x816EA1) is unknown color: approx Deluge. HEX triplet: 81, 6E and A1. RGB value is (129,110,161). Sum of RGB (Red+Green+Blue) = 129+110+161=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 161 (63.28% from 255 or 40.25% from 400); Max value from RGB is 161 - color contains mainly: blue. Hex color #816EA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816EA1 is #7E915E. Grayscale: #797979. Windows color (decimal): -8294751 or 10579585. OLE color: 10579585.

HSL color Cylindrical-coordinate representation of color #816EA1: hue angle of 262.35º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #816EA1 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB129110161-
CMYK0.200.3200.37
HSL262.35º21.34%53.14%-
HSV(B)262.35º31.68%63.14%-
XYZ21.0618.3936.16-
YUV121.49150.29133.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.25%
GREEN value IS 110 (43.36% from 255) = 27.5%
BLUE value IS 161 (63.28% from 255) = 40.25%
R=32.25%
G=27.5%
B=40.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1291101610.200.3200.37262.3521.3453.14
Hex816EA114200251061535
Octal20115624124400454062565
Binary1000000111011101010000110100100000010010110000011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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