#8666AE

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

Shades of Deluge #8666AE

Tints of Deluge #8666AE

Color information

#8666AE (or 0x8666AE) is unknown color: approx Deluge. HEX triplet: 86, 66 and AE. RGB value is (134,102,174). Sum of RGB (Red+Green+Blue) = 134+102+174=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #8666AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8666AE is #799951. Grayscale: #777777. Windows color (decimal): -7969106 or 11429510. OLE color: 11429510.

HSL color Cylindrical-coordinate representation of color #8666AE: hue angle of 266.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8666AE is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB134102174-
CMYK0.230.4100.32
HSL266.67º30.77%54.12%-
HSV(B)266.67º41.38%68.24%-
XYZ22.2217.6342.28-
YUV119.78158.6138.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.68%
GREEN value IS 102 (40.23% from 255) = 24.88%
BLUE value IS 174 (68.36% from 255) = 42.44%
R=32.68%
G=24.88%
B=42.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341021740.230.4100.32266.6730.7754.12
Hex8666AE172902010b1f36
Octal20614625627510404133766
Binary1000011011001101010111010111101001010000010000101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8666AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8666AE; }

 p { color: rgb(134,102,174); }

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

<style>
 a { background-color: #8666AE; }

 a { background-color: rgb(134,102,174); }

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

<style>
 span { border-color: #8666AE; }

 span { border-color: rgb(134,102,174); }

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