#8C7EAD

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

Shades of Deluge #8C7EAD

Tints of Deluge #8C7EAD

Color information

#8C7EAD (or 0x8C7EAD) is unknown color: approx Deluge. HEX triplet: 8C, 7E and AD. RGB value is (140,126,173). Sum of RGB (Red+Green+Blue) = 140+126+173=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C7EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7EAD is #738152. Grayscale: #878787. Windows color (decimal): -7569747 or 11370124. OLE color: 11370124.

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

Color convert

RGB140126173-
CMYK0.190.2700.32
HSL257.87º22.27%58.63%-
HSV(B)257.87º27.17%67.84%-
XYZ25.8223.5142.71-
YUV135.54149.14131.18-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.89%
GREEN value IS 126 (49.61% from 255) = 28.70%
BLUE value IS 173 (67.97% from 255) = 39.41%
R=31.89%
G=28.70%
B=39.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1401261730.190.2700.32257.8722.2758.63
Hex8C7EAD131B020102163b
Octal21417625523330404022673
Binary100011001111110101011011001111011010000010000001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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