#866BA5

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

Shades of Deluge #866BA5

Tints of Deluge #866BA5

Color information

#866BA5 (or 0x866BA5) is unknown color: approx Deluge. HEX triplet: 86, 6B and A5. RGB value is (134,107,165). Sum of RGB (Red+Green+Blue) = 134+107+165=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 165 (64.84% from 255 or 40.64% from 406); Max value from RGB is 165 - color contains mainly: blue. Hex color #866BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866BA5 is #79945A. Grayscale: #797979. Windows color (decimal): -7967835 or 10840966. OLE color: 10840966.

HSL color Cylindrical-coordinate representation of color #866BA5: hue angle of 267.93º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #866BA5 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB134107165-
CMYK0.190.3500.35
HSL267.93º24.37%53.33%-
HSV(B)267.93º35.15%64.71%-
XYZ21.8818.337.98-
YUV121.68152.45136.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.00%
GREEN value IS 107 (42.19% from 255) = 26.35%
BLUE value IS 165 (64.84% from 255) = 40.64%
R=33.00%
G=26.35%
B=40.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1341071650.190.3500.35267.9324.3753.33
Hex866BA5132302310c1835
Octal20615324523430434143065
Binary1000011011010111010010110011100011010001110000110011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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