#817FAC

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

Shades of Deluge #817FAC

Tints of Deluge #817FAC

Color information

#817FAC (or 0x817FAC) is unknown color: approx Deluge. HEX triplet: 81, 7F and AC. RGB value is (129,127,172). Sum of RGB (Red+Green+Blue) = 129+127+172=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #817FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817FAC is #7E8053. Grayscale: #848484. Windows color (decimal): -8290388 or 11304833. OLE color: 11304833.

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

Color convert

RGB129127172-
CMYK0.250.2600.33
HSL242.67º21.33%58.63%-
HSV(B)242.67º26.16%67.45%-
XYZ24.0922.8242.17-
YUV132.73150.16125.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.14%
GREEN value IS 127 (50% from 255) = 29.67%
BLUE value IS 172 (67.58% from 255) = 40.19%
R=30.14%
G=29.67%
B=40.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291271720.250.2600.33242.6721.3358.63
Hex817FAC191A021f3153b
Octal20117725431320413632573
Binary10000001111111110101100110011101001000011111001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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