#8C7FAC

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

Shades of Deluge #8C7FAC

Tints of Deluge #8C7FAC

Color information

#8C7FAC (or 0x8C7FAC) is unknown color: approx Deluge. HEX triplet: 8C, 7F and AC. RGB value is (140,127,172). Sum of RGB (Red+Green+Blue) = 140+127+172=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C7FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7FAC is #738053. Grayscale: #878787. Windows color (decimal): -7569492 or 11304844. OLE color: 11304844.

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

Color convert

RGB140127172-
CMYK0.190.2600.33
HSL257.33º21.33%58.63%-
HSV(B)257.33º26.16%67.45%-
XYZ25.8523.7342.25-
YUV136.02148.31130.84-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.89%
GREEN value IS 127 (50% from 255) = 28.93%
BLUE value IS 172 (67.58% from 255) = 39.18%
R=31.89%
G=28.93%
B=39.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401271720.190.2600.33257.3321.3358.63
Hex8C7FAC131A021101153b
Octal21417725423320414012573
Binary100011001111111101011001001111010010000110000000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,127,172); }

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

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

 a { background-color: rgb(140,127,172); }

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

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

 span { border-color: rgb(140,127,172); }

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