#8679AE

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

Shades of Deluge #8679AE

Tints of Deluge #8679AE

Color information

#8679AE (or 0x8679AE) is unknown color: approx Deluge. HEX triplet: 86, 79 and AE. RGB value is (134,121,174). Sum of RGB (Red+Green+Blue) = 134+121+174=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #8679AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8679AE is #798651. Grayscale: #828282. Windows color (decimal): -7964242 or 11434374. OLE color: 11434374.

HSL color Cylindrical-coordinate representation of color #8679AE: hue angle of 254.72º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8679AE is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB134121174-
CMYK0.230.3000.32
HSL254.72º24.65%57.84%-
HSV(B)254.72º30.46%68.24%-
XYZ24.3121.842.97-
YUV130.93152.31130.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.24%
GREEN value IS 121 (47.66% from 255) = 28.21%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=31.24%
G=28.21%
B=40.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341211740.230.3000.32254.7224.6557.84
Hex8679AE171E020ff193a
Octal20617125627360403773172
Binary10000110111100110101110101111111001000001111111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8679AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8679AE; }

 p { color: rgb(134,121,174); }

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

<style>
 a { background-color: #8679AE; }

 a { background-color: rgb(134,121,174); }

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

<style>
 span { border-color: #8679AE; }

 span { border-color: rgb(134,121,174); }

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