#8C7D9E

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

Shades of Deluge #8C7D9E

Tints of Deluge #8C7D9E

Color information

#8C7D9E (or 0x8C7D9E) is unknown color: approx Deluge. HEX triplet: 8C, 7D and 9E. RGB value is (140,125,158). Sum of RGB (Red+Green+Blue) = 140+125+158=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C7D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7D9E is #738261. Grayscale: #858585. Windows color (decimal): -7570018 or 10386828. OLE color: 10386828.

HSL color Cylindrical-coordinate representation of color #8C7D9E: hue angle of 267.27º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C7D9E is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB140125158-
CMYK0.110.2100.38
HSL267.27º14.54%55.49%-
HSV(B)267.27º20.89%61.96%-
XYZ24.3222.7135.45-
YUV133.25141.97132.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.10%
GREEN value IS 125 (49.22% from 255) = 29.55%
BLUE value IS 158 (62.11% from 255) = 37.35%
R=33.10%
G=29.55%
B=37.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1401251580.110.2100.38267.2714.5455.49
Hex8C7D9EB1502610bf37
Octal21417523613250464131767
Binary1000110011111011001111010111010101001101000010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,125,158); }

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

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

 a { background-color: rgb(140,125,158); }

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

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

 span { border-color: rgb(140,125,158); }

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