#866FA1

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

Shades of Deluge #866FA1

Tints of Deluge #866FA1

Color information

#866FA1 (or 0x866FA1) is unknown color: approx Deluge. HEX triplet: 86, 6F and A1. RGB value is (134,111,161). Sum of RGB (Red+Green+Blue) = 134+111+161=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 161 (63.28% from 255 or 39.66% from 406); Max value from RGB is 161 - color contains mainly: blue. Hex color #866FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866FA1 is #79905E. Grayscale: #7B7B7B. Windows color (decimal): -7966815 or 10579846. OLE color: 10579846.

HSL color Cylindrical-coordinate representation of color #866FA1: hue angle of 267.6º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #866FA1 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB134111161-
CMYK0.170.3100.37
HSL267.6º21.01%53.33%-
HSV(B)267.6º31.06%63.14%-
XYZ21.9519.0136.23-
YUV123.58149.12135.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.00%
GREEN value IS 111 (43.75% from 255) = 27.34%
BLUE value IS 161 (63.28% from 255) = 39.66%
R=33.00%
G=27.34%
B=39.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1341111610.170.3100.37267.621.0153.33
Hex866FA1111F02510c1535
Octal20615724121370454142565
Binary100001101101111101000011000111111010010110000110010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866FA1; }

 p { color: rgb(134,111,161); }

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

<style>
 a { background-color: #866FA1; }

 a { background-color: rgb(134,111,161); }

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

<style>
 span { border-color: #866FA1; }

 span { border-color: rgb(134,111,161); }

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