#867CAE

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

Shades of Deluge #867CAE

Tints of Deluge #867CAE

Color information

#867CAE (or 0x867CAE) is unknown color: approx Deluge. HEX triplet: 86, 7C and AE. RGB value is (134,124,174). Sum of RGB (Red+Green+Blue) = 134+124+174=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #867CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867CAE is #798351. Grayscale: #848484. Windows color (decimal): -7963474 or 11435142. OLE color: 11435142.

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

Color convert

RGB134124174-
CMYK0.230.2900.32
HSL252º23.58%58.43%-
HSV(B)252º28.74%68.24%-
XYZ24.6822.5443.09-
YUV132.69151.31128.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.02%
GREEN value IS 124 (48.83% from 255) = 28.70%
BLUE value IS 174 (68.36% from 255) = 40.28%
R=31.02%
G=28.70%
B=40.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341241740.230.2900.3225223.5858.43
Hex867CAE171D020fc183a
Octal20617425627350403743072
Binary10000110111110010101110101111110101000001111110011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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