#816EAF

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

Shades of Deluge #816EAF

Tints of Deluge #816EAF

Color information

#816EAF (or 0x816EAF) is unknown color: approx Deluge. HEX triplet: 81, 6E and AF. RGB value is (129,110,175). Sum of RGB (Red+Green+Blue) = 129+110+175=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 175 - color contains mainly: blue. Hex color #816EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816EAF is #7E9150. Grayscale: #7A7A7A. Windows color (decimal): -8294737 or 11497089. OLE color: 11497089.

HSL color Cylindrical-coordinate representation of color #816EAF: hue angle of 257.54º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #816EAF is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB129110175-
CMYK0.260.3700.31
HSL257.54º28.89%55.88%-
HSV(B)257.54º37.14%68.63%-
XYZ22.3718.9143.03-
YUV123.09157.29132.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.16%
GREEN value IS 110 (43.36% from 255) = 26.57%
BLUE value IS 175 (68.75% from 255) = 42.27%
R=31.16%
G=26.57%
B=42.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291101750.260.3700.31257.5428.8955.88
Hex816EAF1A2501F1021d38
Octal20115625732450374023570
Binary100000011101110101011111101010010101111110000001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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