#867AA4

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

Shades of Deluge #867AA4

Tints of Deluge #867AA4

Color information

#867AA4 (or 0x867AA4) is unknown color: approx Deluge. HEX triplet: 86, 7A and A4. RGB value is (134,122,164). Sum of RGB (Red+Green+Blue) = 134+122+164=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 164 - color contains mainly: blue. Hex color #867AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867AA4 is #79855B. Grayscale: #828282. Windows color (decimal): -7963996 or 10779270. OLE color: 10779270.

HSL color Cylindrical-coordinate representation of color #867AA4: hue angle of 257.14º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #867AA4 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB134122164-
CMYK0.180.2600.36
HSL257.14º18.75%56.08%-
HSV(B)257.14º25.61%64.31%-
XYZ23.4921.6738.07-
YUV130.38146.98130.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.90%
GREEN value IS 122 (48.05% from 255) = 29.05%
BLUE value IS 164 (64.45% from 255) = 39.05%
R=31.90%
G=29.05%
B=39.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1341221640.180.2600.36257.1418.7556.08
Hex867AA4121A0241011338
Octal20617224422320444012370
Binary100001101111010101001001001011010010010010000000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,122,164); }

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

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

 a { background-color: rgb(134,122,164); }

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

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

 span { border-color: rgb(134,122,164); }

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