#817EAC

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

Shades of Deluge #817EAC

Tints of Deluge #817EAC

Color information

#817EAC (or 0x817EAC) is unknown color: approx Deluge. HEX triplet: 81, 7E and AC. RGB value is (129,126,172). Sum of RGB (Red+Green+Blue) = 129+126+172=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #817EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817EAC is #7E8153. Grayscale: #838383. Windows color (decimal): -8290644 or 11304577. OLE color: 11304577.

HSL color Cylindrical-coordinate representation of color #817EAC: hue angle of 243.91º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #817EAC is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB129126172-
CMYK0.250.2700.33
HSL243.91º21.7%58.43%-
HSV(B)243.91º26.74%67.45%-
XYZ23.9622.5742.12-
YUV132.14150.49125.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.21%
GREEN value IS 126 (49.61% from 255) = 29.51%
BLUE value IS 172 (67.58% from 255) = 40.28%
R=30.21%
G=29.51%
B=40.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291261720.250.2700.33243.9121.758.43
Hex817EAC191B021f4163a
Octal20117625431330413642672
Binary10000001111111010101100110011101101000011111010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817EAC; }

 p { color: rgb(129,126,172); }

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

<style>
 a { background-color: #817EAC; }

 a { background-color: rgb(129,126,172); }

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

<style>
 span { border-color: #817EAC; }

 span { border-color: rgb(129,126,172); }

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