#8C7EAE

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

Shades of Deluge #8C7EAE

Tints of Deluge #8C7EAE

Color information

#8C7EAE (or 0x8C7EAE) is unknown color: approx Deluge. HEX triplet: 8C, 7E and AE. RGB value is (140,126,174). Sum of RGB (Red+Green+Blue) = 140+126+174=440 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.82% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C7EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7EAE is #738151. Grayscale: #878787. Windows color (decimal): -7569746 or 11435660. OLE color: 11435660.

HSL color Cylindrical-coordinate representation of color #8C7EAE: hue angle of 257.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8C7EAE is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB140126174-
CMYK0.200.2800.32
HSL257.5º22.86%58.82%-
HSV(B)257.5º27.59%68.24%-
XYZ25.9223.5543.22-
YUV135.66149.64131.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.82%
GREEN value IS 126 (49.61% from 255) = 28.64%
BLUE value IS 174 (68.36% from 255) = 39.55%
R=31.82%
G=28.64%
B=39.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1401261740.200.2800.32257.522.8658.82
Hex8C7EAE141C020102173b
Octal21417625624340404022773
Binary100011001111110101011101010011100010000010000001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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