#816CAE

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

Shades of Deluge #816CAE

Tints of Deluge #816CAE

Color information

#816CAE (or 0x816CAE) is unknown color: approx Deluge. HEX triplet: 81, 6C and AE. RGB value is (129,108,174). Sum of RGB (Red+Green+Blue) = 129+108+174=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #816CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816CAE is #7E9351. Grayscale: #797979. Windows color (decimal): -8295250 or 11431041. OLE color: 11431041.

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

Color convert

RGB129108174-
CMYK0.260.3800.32
HSL259.09º28.95%55.29%-
HSV(B)259.09º37.93%68.24%-
XYZ22.0618.4542.44-
YUV121.8157.46133.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.39%
GREEN value IS 108 (42.58% from 255) = 26.28%
BLUE value IS 174 (68.36% from 255) = 42.34%
R=31.39%
G=26.28%
B=42.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291081740.260.3800.32259.0928.9555.29
Hex816CAE1A260201031d37
Octal20115425632460404033567
Binary1000000111011001010111011010100110010000010000001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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