#816FAE

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

Shades of Deluge #816FAE

Tints of Deluge #816FAE

Color information

#816FAE (or 0x816FAE) is unknown color: approx Deluge. HEX triplet: 81, 6F and AE. RGB value is (129,111,174). Sum of RGB (Red+Green+Blue) = 129+111+174=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #816FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816FAE is #7E9051. Grayscale: #7B7B7B. Windows color (decimal): -8294482 or 11431809. OLE color: 11431809.

HSL color Cylindrical-coordinate representation of color #816FAE: hue angle of 257.14º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #816FAE is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB129111174-
CMYK0.260.3600.32
HSL257.14º28%55.88%-
HSV(B)257.14º36.21%68.24%-
XYZ22.3819.0942.55-
YUV123.56156.46131.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.16%
GREEN value IS 111 (43.75% from 255) = 26.81%
BLUE value IS 174 (68.36% from 255) = 42.03%
R=31.16%
G=26.81%
B=42.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291111740.260.3600.32257.142855.88
Hex816FAE1A240201011c38
Octal20115725632440404013470
Binary1000000111011111010111011010100100010000010000000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,111,174); }

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

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

 a { background-color: rgb(129,111,174); }

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

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

 span { border-color: rgb(129,111,174); }

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