#8671AF

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

Shades of Deluge #8671AF

Tints of Deluge #8671AF

Color information

#8671AF (or 0x8671AF) is unknown color: approx Deluge. HEX triplet: 86, 71 and AF. RGB value is (134,113,175). Sum of RGB (Red+Green+Blue) = 134+113+175=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #8671AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8671AF is #798E50. Grayscale: #7E7E7E. Windows color (decimal): -7966289 or 11497862. OLE color: 11497862.

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

Color convert

RGB134113175-
CMYK0.230.3500.31
HSL260.32º27.93%56.47%-
HSV(B)260.32º35.43%68.63%-
XYZ23.4719.9743.18-
YUV126.35155.46133.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.75%
GREEN value IS 113 (44.53% from 255) = 26.78%
BLUE value IS 175 (68.75% from 255) = 41.47%
R=31.75%
G=26.78%
B=41.47%

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
Decimal1341131750.230.3500.31260.3227.9356.47
Hex8671AF172301F1041c38
Octal20616125727430374043470
Binary100001101110001101011111011110001101111110000010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8671AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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