#867FAE

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

Shades of Deluge #867FAE

Tints of Deluge #867FAE

Color information

#867FAE (or 0x867FAE) is unknown color: approx Deluge. HEX triplet: 86, 7F and AE. RGB value is (134,127,174). Sum of RGB (Red+Green+Blue) = 134+127+174=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 174 - color contains mainly: blue. Hex color #867FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867FAE is #798051. Grayscale: #868686. Windows color (decimal): -7962706 or 11435910. OLE color: 11435910.

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

Color convert

RGB134127174-
CMYK0.230.2700.32
HSL248.94º22.49%59.02%-
HSV(B)248.94º27.01%68.24%-
XYZ25.0623.343.22-
YUV134.45150.32127.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.80%
GREEN value IS 127 (50% from 255) = 29.20%
BLUE value IS 174 (68.36% from 255) = 40%
R=30.80%
G=29.20%
B=40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341271740.230.2700.32248.9422.4959.02
Hex867FAE171B020f9163b
Octal20617725627330403712673
Binary10000110111111110101110101111101101000001111100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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