#866BB5

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

Shades of Deluge #866BB5

Tints of Deluge #866BB5

Color information

#866BB5 (or 0x866BB5) is unknown color: approx Deluge. HEX triplet: 86, 6B and B5. RGB value is (134,107,181). Sum of RGB (Red+Green+Blue) = 134+107+181=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 181 (71.09% from 255 or 42.89% from 422); Max value from RGB is 181 - color contains mainly: blue. Hex color #866BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866BB5 is #79944A. Grayscale: #7B7B7B. Windows color (decimal): -7967819 or 11889542. OLE color: 11889542.

HSL color Cylindrical-coordinate representation of color #866BB5: hue angle of 261.89º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #866BB5 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB134107181-
CMYK0.260.4100.29
HSL261.89º33.33%56.47%-
HSV(B)261.89º40.88%70.98%-
XYZ23.4318.9246.13-
YUV123.51160.45135.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.75%
GREEN value IS 107 (42.19% from 255) = 25.36%
BLUE value IS 181 (71.09% from 255) = 42.89%
R=31.75%
G=25.36%
B=42.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341071810.260.4100.29261.8933.3356.47
Hex866BB51A2901D1062138
Octal20615326532510354064170
Binary1000011011010111011010111010101001011101100000110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,107,181); }

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

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

 a { background-color: rgb(134,107,181); }

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

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

 span { border-color: rgb(134,107,181); }

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