#8C7CAD

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

Shades of Deluge #8C7CAD

Tints of Deluge #8C7CAD

Color information

#8C7CAD (or 0x8C7CAD) is unknown color: approx Deluge. HEX triplet: 8C, 7C and AD. RGB value is (140,124,173). Sum of RGB (Red+Green+Blue) = 140+124+173=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C7CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7CAD is #738352. Grayscale: #868686. Windows color (decimal): -7570259 or 11369612. OLE color: 11369612.

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

Color convert

RGB140124173-
CMYK0.190.2800.32
HSL259.59º23%58.24%-
HSV(B)259.59º28.32%67.84%-
XYZ25.5723.0142.63-
YUV134.37149.8132.02-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.04%
GREEN value IS 124 (48.83% from 255) = 28.38%
BLUE value IS 173 (67.97% from 255) = 39.59%
R=32.04%
G=28.38%
B=39.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1401241730.190.2800.32259.592358.24
Hex8C7CAD131C020104173a
Octal21417425523340404042772
Binary100011001111100101011011001111100010000010000010010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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