#8C7FAE

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

Shades of Deluge #8C7FAE

Tints of Deluge #8C7FAE

Color information

#8C7FAE (or 0x8C7FAE) is unknown color: approx Deluge. HEX triplet: 8C, 7F and AE. RGB value is (140,127,174). Sum of RGB (Red+Green+Blue) = 140+127+174=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C7FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7FAE is #738051. Grayscale: #888888. Windows color (decimal): -7569490 or 11435916. OLE color: 11435916.

HSL color Cylindrical-coordinate representation of color #8C7FAE: hue angle of 256.6º 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 #8C7FAE is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB140127174-
CMYK0.200.2700.32
HSL256.6º22.49%59.02%-
HSV(B)256.6º27.01%68.24%-
XYZ26.0423.8143.27-
YUV136.24149.31130.68-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.75%
GREEN value IS 127 (50% from 255) = 28.80%
BLUE value IS 174 (68.36% from 255) = 39.46%
R=31.75%
G=28.80%
B=39.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1401271740.200.2700.32256.622.4959.02
Hex8C7FAE141B020101163b
Octal21417725624330404012673
Binary100011001111111101011101010011011010000010000000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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