#8672AA

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

Shades of Deluge #8672AA

Tints of Deluge #8672AA

Color information

#8672AA (or 0x8672AA) is unknown color: approx Deluge. HEX triplet: 86, 72 and AA. RGB value is (134,114,170). Sum of RGB (Red+Green+Blue) = 134+114+170=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #8672AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8672AA is #798D55. Grayscale: #7E7E7E. Windows color (decimal): -7966038 or 11170438. OLE color: 11170438.

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

Color convert

RGB134114170-
CMYK0.210.3300.33
HSL261.43º24.78%55.69%-
HSV(B)261.43º32.94%66.67%-
XYZ23.120.0140.67-
YUV126.36152.63133.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.06%
GREEN value IS 114 (44.92% from 255) = 27.27%
BLUE value IS 170 (66.80% from 255) = 40.67%
R=32.06%
G=27.27%
B=40.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341141700.210.3300.33261.4324.7855.69
Hex8672AA15210211051938
Octal20616225225410414053170
Binary1000011011100101010101010101100001010000110000010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8672AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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