#8677AE

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

Shades of Deluge #8677AE

Tints of Deluge #8677AE

Color information

#8677AE (or 0x8677AE) is unknown color: approx Deluge. HEX triplet: 86, 77 and AE. RGB value is (134,119,174). Sum of RGB (Red+Green+Blue) = 134+119+174=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 174 - color contains mainly: blue. Hex color #8677AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8677AE is #798851. Grayscale: #818181. Windows color (decimal): -7964754 or 11433862. OLE color: 11433862.

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

Color convert

RGB134119174-
CMYK0.230.3200.32
HSL256.36º25.35%57.45%-
HSV(B)256.36º31.61%68.24%-
XYZ24.0721.3242.89-
YUV129.76152.97131.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.38%
GREEN value IS 119 (46.88% from 255) = 27.87%
BLUE value IS 174 (68.36% from 255) = 40.75%
R=31.38%
G=27.87%
B=40.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341191740.230.3200.32256.3625.3557.45
Hex8677AE17200201001939
Octal20616725627400404003171
Binary1000011011101111010111010111100000010000010000000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8677AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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