#8678AC

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

Shades of Deluge #8678AC

Tints of Deluge #8678AC

Color information

#8678AC (or 0x8678AC) is unknown color: approx Deluge. HEX triplet: 86, 78 and AC. RGB value is (134,120,172). Sum of RGB (Red+Green+Blue) = 134+120+172=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #8678AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8678AC is #798753. Grayscale: #818181. Windows color (decimal): -7964500 or 11303046. OLE color: 11303046.

HSL color Cylindrical-coordinate representation of color #8678AC: hue angle of 256.15º degrees, saturation: 0.24, 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 #8678AC is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB134120172-
CMYK0.220.3000.33
HSL256.15º23.85%57.25%-
HSV(B)256.15º30.23%67.45%-
XYZ23.9921.4841.91-
YUV130.11151.64130.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.46%
GREEN value IS 120 (47.27% from 255) = 28.17%
BLUE value IS 172 (67.58% from 255) = 40.38%
R=31.46%
G=28.17%
B=40.38%

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
Decimal1341201720.220.3000.33256.1523.8557.25
Hex8678AC161E0211001839
Octal20617025426360414003071
Binary100001101111000101011001011011110010000110000000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8678AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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