#816EA8

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

Shades of Deluge #816EA8

Tints of Deluge #816EA8

Color information

#816EA8 (or 0x816EA8) is unknown color: approx Deluge. HEX triplet: 81, 6E and A8. RGB value is (129,110,168). Sum of RGB (Red+Green+Blue) = 129+110+168=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 168 - color contains mainly: blue. Hex color #816EA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816EA8 is #7E9157. Grayscale: #7A7A7A. Windows color (decimal): -8294744 or 11038337. OLE color: 11038337.

HSL color Cylindrical-coordinate representation of color #816EA8: hue angle of 259.66º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #816EA8 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB129110168-
CMYK0.230.3500.34
HSL259.66º25%54.51%-
HSV(B)259.66º34.52%65.88%-
XYZ21.718.6539.5-
YUV122.29153.79132.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.70%
GREEN value IS 110 (43.36% from 255) = 27.03%
BLUE value IS 168 (66.02% from 255) = 41.28%
R=31.70%
G=27.03%
B=41.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1291101680.230.3500.34259.662554.51
Hex816EA817230221041937
Octal20115625027430424043167
Binary1000000111011101010100010111100011010001010000010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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