#8678AB

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

Shades of Deluge #8678AB

Tints of Deluge #8678AB

Color information

#8678AB (or 0x8678AB) is unknown color: approx Deluge. HEX triplet: 86, 78 and AB. RGB value is (134,120,171). Sum of RGB (Red+Green+Blue) = 134+120+171=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #8678AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8678AB is #798754. Grayscale: #818181. Windows color (decimal): -7964501 or 11237510. OLE color: 11237510.

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

Color convert

RGB134120171-
CMYK0.220.3000.33
HSL256.47º23.29%57.06%-
HSV(B)256.47º29.82%67.06%-
XYZ23.921.4441.41-
YUV130151.14130.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.53%
GREEN value IS 120 (47.27% from 255) = 28.24%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=31.53%
G=28.24%
B=40.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341201710.220.3000.33256.4723.2957.06
Hex8678AB161E0211001739
Octal20617025326360414002771
Binary100001101111000101010111011011110010000110000000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8678AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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