#8675AA

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

Shades of Deluge #8675AA

Tints of Deluge #8675AA

Color information

#8675AA (or 0x8675AA) is unknown color: approx Deluge. HEX triplet: 86, 75 and AA. RGB value is (134,117,170). Sum of RGB (Red+Green+Blue) = 134+117+170=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #8675AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8675AA is #798A55. Grayscale: #7F7F7F. Windows color (decimal): -7965270 or 11171206. OLE color: 11171206.

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

Color convert

RGB134117170-
CMYK0.210.3100.33
HSL259.25º23.77%56.27%-
HSV(B)259.25º31.18%66.67%-
XYZ23.4520.6940.79-
YUV128.12151.63132.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.83%
GREEN value IS 117 (46.09% from 255) = 27.79%
BLUE value IS 170 (66.80% from 255) = 40.38%
R=31.83%
G=27.79%
B=40.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341171700.210.3100.33259.2523.7756.27
Hex8675AA151F0211031838
Octal20616525225370414033070
Binary100001101110101101010101010111111010000110000001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8675AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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