#817CAF

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

Shades of Deluge #817CAF

Tints of Deluge #817CAF

Color information

#817CAF (or 0x817CAF) is unknown color: approx Deluge. HEX triplet: 81, 7C and AF. RGB value is (129,124,175). Sum of RGB (Red+Green+Blue) = 129+124+175=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #817CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817CAF is #7E8350. Grayscale: #838383. Windows color (decimal): -8291153 or 11500673. OLE color: 11500673.

HSL color Cylindrical-coordinate representation of color #817CAF: hue angle of 245.88º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #817CAF is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB129124175-
CMYK0.260.2900.31
HSL245.88º24.17%58.63%-
HSV(B)245.88º29.14%68.63%-
XYZ2422.1843.57-
YUV131.31152.66126.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.14%
GREEN value IS 124 (48.83% from 255) = 28.97%
BLUE value IS 175 (68.75% from 255) = 40.89%
R=30.14%
G=28.97%
B=40.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291241750.260.2900.31245.8824.1758.63
Hex817CAF1A1D01Ff6183b
Octal20117425732350373663073
Binary1000000111111001010111111010111010111111111011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,124,175); }

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

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

 a { background-color: rgb(129,124,175); }

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

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

 span { border-color: rgb(129,124,175); }

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