#8675AE

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

Shades of Deluge #8675AE

Tints of Deluge #8675AE

Color information

#8675AE (or 0x8675AE) is unknown color: approx Deluge. HEX triplet: 86, 75 and AE. RGB value is (134,117,174). Sum of RGB (Red+Green+Blue) = 134+117+174=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #8675AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8675AE is #798A51. Grayscale: #808080. Windows color (decimal): -7965266 or 11433350. OLE color: 11433350.

HSL color Cylindrical-coordinate representation of color #8675AE: hue angle of 257.89º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8675AE is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB134117174-
CMYK0.230.3300.32
HSL257.89º26.03%57.06%-
HSV(B)257.89º32.76%68.24%-
XYZ23.8320.8542.81-
YUV128.58153.63131.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.53%
GREEN value IS 117 (46.09% from 255) = 27.53%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=31.53%
G=27.53%
B=40.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341171740.230.3300.32257.8926.0357.06
Hex8675AE17210201021a39
Octal20616525627410404023271
Binary1000011011101011010111010111100001010000010000001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8675AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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