#8C7EAA

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

Shades of Deluge #8C7EAA

Tints of Deluge #8C7EAA

Color information

#8C7EAA (or 0x8C7EAA) is unknown color: approx Deluge. HEX triplet: 8C, 7E and AA. RGB value is (140,126,170). Sum of RGB (Red+Green+Blue) = 140+126+170=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C7EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7EAA is #738155. Grayscale: #878787. Windows color (decimal): -7569750 or 11173516. OLE color: 11173516.

HSL color Cylindrical-coordinate representation of color #8C7EAA: hue angle of 259.09º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C7EAA is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB140126170-
CMYK0.180.2600.33
HSL259.09º20.56%58.04%-
HSV(B)259.09º25.88%66.67%-
XYZ25.5323.441.2-
YUV135.2147.64131.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.11%
GREEN value IS 126 (49.61% from 255) = 28.90%
BLUE value IS 170 (66.80% from 255) = 38.99%
R=32.11%
G=28.90%
B=38.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401261700.180.2600.33259.0920.5658.04
Hex8C7EAA121A021103153a
Octal21417625222320414032572
Binary100011001111110101010101001011010010000110000001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C7EAA; }

 p { color: rgb(140,126,170); }

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

<style>
 a { background-color: #8C7EAA; }

 a { background-color: rgb(140,126,170); }

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

<style>
 span { border-color: #8C7EAA; }

 span { border-color: rgb(140,126,170); }

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