#867AA7

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

Shades of Deluge #867AA7

Tints of Deluge #867AA7

Color information

#867AA7 (or 0x867AA7) is unknown color: approx Deluge. HEX triplet: 86, 7A and A7. RGB value is (134,122,167). Sum of RGB (Red+Green+Blue) = 134+122+167=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 167 (65.62% from 255 or 39.48% from 423); Max value from RGB is 167 - color contains mainly: blue. Hex color #867AA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867AA7 is #798558. Grayscale: #828282. Windows color (decimal): -7963993 or 10975878. OLE color: 10975878.

HSL color Cylindrical-coordinate representation of color #867AA7: hue angle of 256º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #867AA7 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB134122167-
CMYK0.200.2700.35
HSL256º20.36%56.67%-
HSV(B)256º26.95%65.49%-
XYZ23.7721.7839.51-
YUV130.72148.48130.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.68%
GREEN value IS 122 (48.05% from 255) = 28.84%
BLUE value IS 167 (65.62% from 255) = 39.48%
R=31.68%
G=28.84%
B=39.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1341221670.200.2700.3525620.3656.67
Hex867AA7141B0231001439
Octal20617224724330434002471
Binary100001101111010101001111010011011010001110000000010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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