#8667AA

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

Shades of Deluge #8667AA

Tints of Deluge #8667AA

Color information

#8667AA (or 0x8667AA) is unknown color: approx Deluge. HEX triplet: 86, 67 and AA. RGB value is (134,103,170). Sum of RGB (Red+Green+Blue) = 134+103+170=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #8667AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8667AA is #799855. Grayscale: #777777. Windows color (decimal): -7968854 or 11167622. OLE color: 11167622.

HSL color Cylindrical-coordinate representation of color #8667AA: hue angle of 267.76º 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 #8667AA is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB134103170-
CMYK0.210.3900.33
HSL267.76º28.27%53.53%-
HSV(B)267.76º39.41%66.67%-
XYZ21.9417.6740.28-
YUV119.91156.27138.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.92%
GREEN value IS 103 (40.62% from 255) = 25.31%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=32.92%
G=25.31%
B=41.77%

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
Decimal1341031700.210.3900.33267.7628.2753.53
Hex8667AA152702110c1c36
Octal20614725225470414143466
Binary1000011011001111010101010101100111010000110000110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8667AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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