#866AB3

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

Shades of Deluge #866AB3

Tints of Deluge #866AB3

Color information

#866AB3 (or 0x866AB3) is unknown color: approx Deluge. HEX triplet: 86, 6A and B3. RGB value is (134,106,179). Sum of RGB (Red+Green+Blue) = 134+106+179=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 179 (70.31% from 255 or 42.72% from 419); Max value from RGB is 179 - color contains mainly: blue. Hex color #866AB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866AB3 is #79954C. Grayscale: #7A7A7A. Windows color (decimal): -7968077 or 11758214. OLE color: 11758214.

HSL color Cylindrical-coordinate representation of color #866AB3: hue angle of 263.01º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #866AB3 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB134106179-
CMYK0.250.4100.30
HSL263.01º32.44%55.88%-
HSV(B)263.01º40.78%70.2%-
XYZ23.1218.6345.03-
YUV122.69159.78136.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.98%
GREEN value IS 106 (41.80% from 255) = 25.30%
BLUE value IS 179 (70.31% from 255) = 42.72%
R=31.98%
G=25.30%
B=42.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1341061790.250.4100.30263.0132.4455.88
Hex866AB3192901E1072038
Octal20615226331510364074070
Binary1000011011010101011001111001101001011110100000111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,106,179); }

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

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

 a { background-color: rgb(134,106,179); }

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

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

 span { border-color: rgb(134,106,179); }

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