#8668AA

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

Shades of Deluge #8668AA

Tints of Deluge #8668AA

Color information

#8668AA (or 0x8668AA) is unknown color: approx Deluge. HEX triplet: 86, 68 and AA. RGB value is (134,104,170). Sum of RGB (Red+Green+Blue) = 134+104+170=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #8668AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8668AA is #799755. Grayscale: #787878. Windows color (decimal): -7968598 or 11167878. OLE color: 11167878.

HSL color Cylindrical-coordinate representation of color #8668AA: hue angle of 267.27º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8668AA is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB134104170-
CMYK0.210.3900.33
HSL267.27º27.97%53.73%-
HSV(B)267.27º38.82%66.67%-
XYZ22.0417.8740.32-
YUV120.49155.94137.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.84%
GREEN value IS 104 (41.02% from 255) = 25.49%
BLUE value IS 170 (66.80% from 255) = 41.67%
R=32.84%
G=25.49%
B=41.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341041700.210.3900.33267.2727.9753.73
Hex8668AA152702110b1c36
Octal20615025225470414133466
Binary1000011011010001010101010101100111010000110000101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8668AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8668AA; }

 p { color: rgb(134,104,170); }

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

<style>
 a { background-color: #8668AA; }

 a { background-color: rgb(134,104,170); }

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

<style>
 span { border-color: #8668AA; }

 span { border-color: rgb(134,104,170); }

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