#817CA7

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

Shades of Deluge #817CA7

Tints of Deluge #817CA7

Color information

#817CA7 (or 0x817CA7) is unknown color: approx Deluge. HEX triplet: 81, 7C and A7. RGB value is (129,124,167). Sum of RGB (Red+Green+Blue) = 129+124+167=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 167 (65.62% from 255 or 39.76% from 420); Max value from RGB is 167 - color contains mainly: blue. Hex color #817CA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817CA7 is #7E8358. Grayscale: #828282. Windows color (decimal): -8291161 or 10976385. OLE color: 10976385.

HSL color Cylindrical-coordinate representation of color #817CA7: hue angle of 246.98º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #817CA7 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB129124167-
CMYK0.230.2600.35
HSL246.98º19.63%57.06%-
HSV(B)246.98º25.75%65.49%-
XYZ23.2421.8739.56-
YUV130.4148.66127-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.71%
GREEN value IS 124 (48.83% from 255) = 29.52%
BLUE value IS 167 (65.62% from 255) = 39.76%
R=30.71%
G=29.52%
B=39.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1291241670.230.2600.35246.9819.6357.06
Hex817CA7171A023f71439
Octal20117424727320433672471
Binary10000001111110010100111101111101001000111111011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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