#817DAB

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

Shades of Deluge #817DAB

Tints of Deluge #817DAB

Color information

#817DAB (or 0x817DAB) is unknown color: approx Deluge. HEX triplet: 81, 7D and AB. RGB value is (129,125,171). Sum of RGB (Red+Green+Blue) = 129+125+171=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #817DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817DAB is #7E8254. Grayscale: #838383. Windows color (decimal): -8290901 or 11238785. OLE color: 11238785.

HSL color Cylindrical-coordinate representation of color #817DAB: hue angle of 245.22º degrees, saturation: 0.21, 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 #817DAB is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB129125171-
CMYK0.250.2700.33
HSL245.22º21.5%58.04%-
HSV(B)245.22º26.9%67.06%-
XYZ23.7422.2741.58-
YUV131.44150.33126.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.35%
GREEN value IS 125 (49.22% from 255) = 29.41%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=30.35%
G=29.41%
B=40.24%

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
Decimal1291251710.250.2700.33245.2221.558.04
Hex817DAB191B021f5153a
Octal20117525331330413652572
Binary10000001111110110101011110011101101000011111010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,125,171); }

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

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

 a { background-color: rgb(129,125,171); }

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

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

 span { border-color: rgb(129,125,171); }

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