#8672AF

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

Shades of Deluge #8672AF

Tints of Deluge #8672AF

Color information

#8672AF (or 0x8672AF) is unknown color: approx Deluge. HEX triplet: 86, 72 and AF. RGB value is (134,114,175). Sum of RGB (Red+Green+Blue) = 134+114+175=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #8672AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8672AF is #798D50. Grayscale: #7E7E7E. Windows color (decimal): -7966033 or 11498118. OLE color: 11498118.

HSL color Cylindrical-coordinate representation of color #8672AF: hue angle of 259.67º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8672AF is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB134114175-
CMYK0.230.3500.31
HSL259.67º27.6%56.67%-
HSV(B)259.67º34.86%68.63%-
XYZ23.5920.243.21-
YUV126.93155.13133.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.68%
GREEN value IS 114 (44.92% from 255) = 26.95%
BLUE value IS 175 (68.75% from 255) = 41.37%
R=31.68%
G=26.95%
B=41.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341141750.230.3500.31259.6727.656.67
Hex8672AF172301F1041c39
Octal20616225727430374043471
Binary100001101110010101011111011110001101111110000010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8672AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8672AF; }

 p { color: rgb(134,114,175); }

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

<style>
 a { background-color: #8672AF; }

 a { background-color: rgb(134,114,175); }

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

<style>
 span { border-color: #8672AF; }

 span { border-color: rgb(134,114,175); }

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