#867EAE

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

Shades of Deluge #867EAE

Tints of Deluge #867EAE

Color information

#867EAE (or 0x867EAE) is unknown color: approx Deluge. HEX triplet: 86, 7E and AE. RGB value is (134,126,174). Sum of RGB (Red+Green+Blue) = 134+126+174=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #867EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867EAE is #798151. Grayscale: #858585. Windows color (decimal): -7962962 or 11435654. OLE color: 11435654.

HSL color Cylindrical-coordinate representation of color #867EAE: hue angle of 250º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #867EAE is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB134126174-
CMYK0.230.2800.32
HSL250º22.86%58.82%-
HSV(B)250º27.59%68.24%-
XYZ24.9323.0543.18-
YUV133.86150.65128.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.88%
GREEN value IS 126 (49.61% from 255) = 29.03%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=30.88%
G=29.03%
B=40.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341261740.230.2800.3225022.8658.82
Hex867EAE171C020fa173b
Octal20617625627340403722773
Binary10000110111111010101110101111110001000001111101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867EAE; }

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

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

<style>
 a { background-color: #867EAE; }

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

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

<style>
 span { border-color: #867EAE; }

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

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