#8678AA

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

Shades of Deluge #8678AA

Tints of Deluge #8678AA

Color information

#8678AA (or 0x8678AA) is unknown color: approx Deluge. HEX triplet: 86, 78 and AA. RGB value is (134,120,170). Sum of RGB (Red+Green+Blue) = 134+120+170=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #8678AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8678AA is #798755. Grayscale: #818181. Windows color (decimal): -7964502 or 11171974. OLE color: 11171974.

HSL color Cylindrical-coordinate representation of color #8678AA: hue angle of 256.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8678AA is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB134120170-
CMYK0.210.2900.33
HSL256.8º22.73%56.86%-
HSV(B)256.8º29.41%66.67%-
XYZ23.821.440.91-
YUV129.89150.64130.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.60%
GREEN value IS 120 (47.27% from 255) = 28.30%
BLUE value IS 170 (66.80% from 255) = 40.09%
R=31.60%
G=28.30%
B=40.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341201700.210.2900.33256.822.7356.86
Hex8678AA151D0211011739
Octal20617025225350414012771
Binary100001101111000101010101010111101010000110000000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8678AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8678AA; }

 p { color: rgb(134,120,170); }

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

<style>
 a { background-color: #8678AA; }

 a { background-color: rgb(134,120,170); }

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

<style>
 span { border-color: #8678AA; }

 span { border-color: rgb(134,120,170); }

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