#867EAA

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

Shades of Deluge #867EAA

Tints of Deluge #867EAA

Color information

#867EAA (or 0x867EAA) is unknown color: approx Deluge. HEX triplet: 86, 7E and AA. RGB value is (134,126,170). Sum of RGB (Red+Green+Blue) = 134+126+170=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #867EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867EAA is #798155. Grayscale: #858585. Windows color (decimal): -7962966 or 11173510. OLE color: 11173510.

HSL color Cylindrical-coordinate representation of color #867EAA: hue angle of 250.91º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #867EAA is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB134126170-
CMYK0.210.2600.33
HSL250.91º20.56%58.04%-
HSV(B)250.91º25.88%66.67%-
XYZ24.5522.8941.16-
YUV133.41148.65128.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.16%
GREEN value IS 126 (49.61% from 255) = 29.30%
BLUE value IS 170 (66.80% from 255) = 39.53%
R=31.16%
G=29.30%
B=39.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341261700.210.2600.33250.9120.5658.04
Hex867EAA151A021fb153a
Octal20617625225320413732572
Binary10000110111111010101010101011101001000011111101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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