#817CA1

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

Shades of Deluge #817CA1

Tints of Deluge #817CA1

Color information

#817CA1 (or 0x817CA1) is unknown color: approx Deluge. HEX triplet: 81, 7C and A1. RGB value is (129,124,161). Sum of RGB (Red+Green+Blue) = 129+124+161=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 161 (63.28% from 255 or 38.89% from 414); Max value from RGB is 161 - color contains mainly: blue. Hex color #817CA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817CA1 is #7E835E. Grayscale: #818181. Windows color (decimal): -8291167 or 10583169. OLE color: 10583169.

HSL color Cylindrical-coordinate representation of color #817CA1: hue angle of 248.11º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #817CA1 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB129124161-
CMYK0.200.2300.37
HSL248.11º16.44%55.88%-
HSV(B)248.11º22.98%63.14%-
XYZ22.6921.6636.7-
YUV129.71145.66127.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.16%
GREEN value IS 124 (48.83% from 255) = 29.95%
BLUE value IS 161 (63.28% from 255) = 38.89%
R=31.16%
G=29.95%
B=38.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1291241610.200.2300.37248.1116.4455.88
Hex817CA11417025f81038
Octal20117424124270453702070
Binary10000001111110010100001101001011101001011111100010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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